ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers.GetMaximumLayerLOD Method

Gets the maximum level of detail to display the layer.

[Visual Basic .NET]
Public Function GetMaximumLayerLOD ( _
    ByVal pLayer As ILayer _
) As Integer
[C#]
public int GetMaximumLayerLOD (
    ILayer pLayer
);
[C++]
HRESULT GetMaximumLayerLOD(
  ILayer* pLayer,
  Long* pMaxLOD
);
[C++]

Parameters

pLayer [in]

  pLayer is a parameter of type ILayer

pMaxLOD [out, retval]   pMaxLOD is a parameter of type Long

Product Availability

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

See Also

IGlobeDisplayLayers Interface