Returns the vertical exaggeration factor that achieves the aspect ratio for the scene's extent.
[Visual Basic .NET] Public Sub SuggestExaggerationFactor ( _ ByVal aspectRatio As Double, _ ByRef ExaggerationFactor As Double _ )
[C#] public void SuggestExaggerationFactor ( double aspectRatio, ref double ExaggerationFactor );
[C++]
HRESULT SuggestExaggerationFactor(
double aspectRatio,
double* ExaggerationFactor
);
[C++]Parameters
aspectRatio [in] aspectRatio is a parameter of type double ExaggerationFactor [out] ExaggerationFactor is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.