OrthographicProj Property

Gets or sets a value that determines whether graphs are rendered orthographically (where distance does not affect size) or in perspective (where size varies according to distance).

Syntax

object.OrthographicProj [= value]

Parameters

value
A Boolean expression that, when TRUE, enables orthographic projection.

Remarks

Setting this property has an effect only when the CamViewType property is View3D.

See Also

CamViewType