ESRI.ArcGIS.Mobile
Map Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MapActions Namespace > MapAction Class : Map Property

Gets or sets the map associated with this MapAction.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property Map As Map
C# 
[CompilerGeneratedAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public Map Map {get;}

Remarks

Depending of the Enabled property, the MapAction will attach or detach from the Map's mouse events.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also