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


ICamera.Scale 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.Scale Property
ArcGIS Developer Help

ICamera.Scale Property

The orthographic projection scale.

[Visual Basic .NET]
Public ReadOnly Property Scale As Double
[C#]
public double Scale {get;}
[C++]
HRESULT get_Scale(
  System.Double* pScale
);
[C++]
Parameters
pScale [out, retval]

pScale is a parameter of type double*

Product Availability

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

See Also

ICamera Interface