ESRI.ArcGIS.Mobile
MapGraphicLayers Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > Map Class : MapGraphicLayers Property

Returns the collection of MapGraphicLayers that's associated with the map.

Syntax

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

Remarks

The MapGraphicLayer can be used to show a small amount of geometries/graphics/icons that need to be rendered on top of the other MapLayers. For example, the MapGraphicLayer can be used to show the location of your team-members for real-time tracking purpose.

Please note that MapGraphicLayers will be drawn on top of MapLayers.

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.