This document is archived and information here might be outdated. Recommended version. |
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,
System.Double* ExaggerationFactor
);
[C++] Parameters aspectRatio [in]
aspectRatio is a parameter of type double ExaggerationFactor [out]
ExaggerationFactor is a parameter of type double*