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


IGlobeLayerProperties5.MaxFeatureLevelOfDetail Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.MaxFeatureLevelOfDetail Property

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

[Visual Basic .NET]
Public Property MaxFeatureLevelOfDetail As Integer
[C#]
public int MaxFeatureLevelOfDetail {get; set;}
[C++]
HRESULT get_MaxFeatureLevelOfDetail(
  Long* pLevel
);
[C++]
HRESULT put_MaxFeatureLevelOfDetail(
  Long pLevel
);
[C++]

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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface