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


IGlobeLayerProperties5.EstimateThresholdDistanceFromCutLOD Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.EstimateThresholdDistanceFromCutLOD Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties5 Interface