This document is archived and information here might be outdated. Recommended version. |
Suggests the visibility distance that corresponds to given cut-off LOD.
[Visual Basic .NET] Public Sub EstimateThresholdDistanceFromCutLOD ( _ ByVal lod As Integer, _ ByRef maxVisibleDistance As Double _ )
[C#] public void EstimateThresholdDistanceFromCutLOD ( int lod, ref double maxVisibleDistance );
[C++]
HRESULT EstimateThresholdDistanceFromCutLOD(
Long lod,
System.Double* maxVisibleDistance
);
[C++]
Parameters lod [in]
lod is a parameter of type int maxVisibleDistance [out]
maxVisibleDistance is a parameter of type double*