This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters pLayer [in]
pLayer is a parameter of type ILayer*