This document is archived and information here might be outdated.  Recommended version.


ICamera.ProjectionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.ProjectionType Property
ArcGIS Developer Help

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