ArcObjects Library Reference  (Display)    

IMapLevel.MapLevel Property

Current map level for drawing multi-level symbols.

[Visual Basic 6.0]
Property MapLevel As Long
[Visual Basic .NET]
Public Property MapLevel As Integer
[C#]
public int MapLevel {get; set;}
[Java]
public int getMapLevel()
throws
    IOException,
    AutomationException
[Java]
public void setMapLevel(
Long MapLevel
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MapLevel(
  long* MapLevel
);
[C++]
HRESULT put_MapLevel(
  long MapLevel

);

[C++]

Parameters

MapLevel [out, retval]

  MapLevel is a parameter of type long

MapLevel [in]

  MapLevel is a parameter of type long

Product Availability

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

See Also

IMapLevel Interface

 


Feedback Send feedback on this page