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


IGlobeDisplayLayers.GetMaximumLayerLOD Method (ArcObjects .NET 10.5 SDK)
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