ArcObjects Library Reference  (GlobeCore)    

IGlobeLayerProperties.MaxFeatureLevelOfDetail Property

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

[Visual Basic 6.0]
Property MaxFeatureLevelOfDetail As Empty
[Visual Basic .NET]
Public Property MaxFeatureLevelOfDetail As Integer
[C#]
public int MaxFeatureLevelOfDetail {get; set;}
[Java]
public int getMaxFeatureLevelOfDetail()
throws
    IOException,
    AutomationException
[Java]
public void setMaxFeatureLevelOfDetail(
Long MaxFeatureLevelOfDetail
)
throws
    IOException,
    AutomationException
[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

IGlobeLayerProperties Interface

 


Feedback Send feedback on this page