![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.GetMaximumLayerLOD Method (ArcObjects .NET 10.5 SDK) |
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