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


IScene.ExaggerationFactor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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(
  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