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


IGlobeLayerInfo.MaxFeatureLevelOfDetail Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerInfo Interface > IGlobeLayerInfo.MaxFeatureLevelOfDetail Property
ArcGIS Developer Help

IGlobeLayerInfo.MaxFeatureLevelOfDetail Property

Level of Detail (0-31) for feature layers.

[Visual Basic .NET]
Public ReadOnly Property MaxFeatureLevelOfDetail As Integer
[C#]
public int MaxFeatureLevelOfDetail {get;}
[C++]
HRESULT get_MaxFeatureLevelOfDetail(
  System.Int32* pLevel
);
[C++]
Parameters
pLevel [out, retval]

pLevel is a parameter of type int*

Product Availability

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

See Also

IGlobeLayerInfo Interface