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