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


IScene.SuggestExaggerationFactor Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IScene.SuggestExaggerationFactor Method

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.

See Also

IScene Interface