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


IScene.ExaggerationFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.ExaggerationFactor Property
ArcGIS Developer Help

IScene.ExaggerationFactor Property

The vertical exaggeration of the scene.

[Visual Basic .NET]
Public Property ExaggerationFactor As Double
[C#]
public double ExaggerationFactor {get; set;}
[C++]
HRESULT get_ExaggerationFactor(
  System.Double* ExaggerationFactor
);
[C++]
HRESULT put_ExaggerationFactor(
  double ExaggerationFactor
);
[C++]
Parameters
ExaggerationFactor [out, retval]

ExaggerationFactor is a parameter of type double* ExaggerationFactor [in]
ExaggerationFactor is a parameter of type double

Product Availability

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

See Also

IScene Interface