ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.EstimateFeatureLODRange Method

Suggests LOD range values for the layer.

[Visual Basic .NET]
Public Sub EstimateFeatureLODRange ( _
    ByRef minLOD As Integer, _
    ByRef defaultLOD As Integer, _
    ByRef maxLOD As Integer, _
    ByRef pMinMinLOD As Integer, _
    ByRef pMaxMaxLOD As Integer _
)
[C#]
public void EstimateFeatureLODRange (
    ref int minLOD,
    ref int defaultLOD,
    ref int maxLOD,
    ref int pMinMinLOD,
    ref int pMaxMaxLOD
);
[C++]
HRESULT EstimateFeatureLODRange(
  Long* minLOD,
  Long* defaultLOD,
  Long* maxLOD,
  Long* pMinMinLOD,
  Long* pMaxMaxLOD
);
[C++]

Parameters

minLOD [out]   minLOD is a parameter of type Long defaultLOD [out]   defaultLOD is a parameter of type Long maxLOD [out]   maxLOD is a parameter of type Long pMinMinLOD [out]   pMinMinLOD is a parameter of type Long pMaxMaxLOD [out]   pMaxMaxLOD is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerProperties4 Interface