![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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*