ESRI.ArcGIS.Mobile
Map Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Gps Namespace > GpsDisplay Class : Map Property

Gets or sets the Map component associated to the GpsConnection.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The associated Map Component.")>
<TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<AmbientValueAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Gps")>
Public Overridable Property Map As Map
C# 
[DescriptionAttribute("The associated Map Component.")]
[TypeConverterAttribute("System.ComponentModel.ReferenceConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[AmbientValueAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Gps")]
public virtual Map Map {get; set;}

Remarks

Association of a Map will automatically wire the OnPaint event and cause the Map to draw when new positional information is received.

Requirements

Target 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

© 2013 All Rights Reserved.