This document is archived and information here might be outdated. Recommended version. |
The type of projection.
[Visual Basic .NET] Public Property ProjectionType As esri3DProjectionType
[C#] public esri3DProjectionType ProjectionType {get; set;}
[C++]
HRESULT get_ProjectionType(
esri3DProjectionType* ProjectionType
);
[C++]
HRESULT put_ProjectionType(
esri3DProjectionType ProjectionType
);
[C++] Parameters ProjectionType [out, retval]
ProjectionType is a parameter of type esri3DProjectionType* ProjectionType [in]
ProjectionType is a parameter of type esri3DProjectionType
The projection can be set to either esriPerspectiveProjection or esriOrthoProjection. A perspective projection provides a sense of three dimensionality. An orthographic projection maintains constant scale throughout and is used to provide a 2D, planimetric, view.