ArcObjects Library Reference (GlobeCore)  

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(
  Long* pLevel
);
[C++]

Parameters

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

Product Availability

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

See Also

IGlobeLayerInfo Interface