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


IGlobeLayerProperties5.EstimateFeatureLODRange Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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

IGlobeLayerProperties5 Interface