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


IGlobeLayerProperties.EstimateFeatureLODRange 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.EstimateFeatureLODRange Method
ArcGIS Developer Help

IGlobeLayerProperties.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(
  System.Int32* minLOD,
  System.Int32* defaultLOD,
  System.Int32* maxLOD,
  System.Int32* pMinMinLOD,
  System.Int32* pMaxMaxLOD
);
[C++]
Parameters
minLOD [out]

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

Product Availability

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

See Also

IGlobeLayerProperties Interface