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


IGlobeLayerProperties.EstimateThresholdDistanceFromCutLOD Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.EstimateThresholdDistanceFromCutLOD Method
ArcGIS Developer Help

IGlobeLayerProperties.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

IGlobeLayerProperties Interface