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


IMapLevel.MapLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapLevel Interface > IMapLevel.MapLevel Property
ArcGIS Developer Help

IMapLevel.MapLevel Property

Current map level for drawing multi-level symbols.

[Visual Basic .NET]
Public Property MapLevel As Integer
[C#]
public int MapLevel {get; set;}
[C++]
HRESULT get_MapLevel(
  System.Int32* 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