This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.ExaggerationFactor Property (ArcObjects .NET 10.4 SDK) |
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