ArcObjects Library Reference (3DAnalyst)  

ICamera.ProjectionType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Remarks

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.

See Also

ICamera Interface