ArcObjects Library Reference  (Carto)    

IGeoFeatureLayer.CurrentMapLevel Property

Current map level for drawing symbols.

[Visual Basic 6.0]
Property CurrentMapLevel As Long
[Visual Basic .NET]
Public WriteOnly Property CurrentMapLevel
[C#]
public void CurrentMapLevel {set;}
[Java]
public int setCurrentMapLevel()
throws
    IOException,
    AutomationException
[C++]
HRESULT put_CurrentMapLevel(
  long 
);
[C++]

Parameters

[in]

   is a parameter of type long

Product Availability

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

Remarks

When symbol level drawing is used, this property is used by the framework to communicate to a layer what the current symbol level being drawn is. Priori to ArcGIS 9.0 this was the only method by which this could be communicated to a layer. At ArcGIS 9.0 and later versions, IMapLevel::MapLevel can be used for this. IMapLevel is implemented by more layers than IGeoFeatureLayer, so a layer that does not participate in symbol level drawing, for example a RasterLayer, can still know the current symbol level.

See Also

IGeoFeatureLayer Interface

 


Feedback Send feedback on this page