ESRI.ArcGIS.Mobile
MapGraphicLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace : MapGraphicLayer Class


The following tables list the members exposed by MapGraphicLayer.

Public Constructors

 NameDescription
Public ConstructorMapGraphicLayer Constructor Provides abstract class initialization.  
Top

Public Properties

 NameDescription
Public PropertyDefaultPointSymbol Gets or sets the default symbol for point graphics added to the selection graphic layer.  
Public PropertyDefaultPolygonSymbol Gets or sets the default symbol for polygon graphics added to the selection graphic layer.  
Public PropertyDefaultPolylineSymbol Gets or sets the default symbol for polyline graphics added to the selection graphic layer.  
Public PropertyDefaultSymbol Gets or sets the default graphic symbol.  
Public PropertyGraphics Gets the collection of MapGraphics  
Public PropertyLayerName Gets or sets the MapGraphicLayer name.  
Public PropertyMap Gets the associated Map. Returns null if this MapGaphicLayer has not yet been attached to a Map control.  
Public PropertyVisibleGets or sets the visibility of the MapGraphicLayer.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Disposes the instance.  
Public MethodRefresh Forces a redraw of the layer.  
Public MethodToStringOverridden.  Returns a String that represents the current Object.  
Top

Protected Methods

 NameDescription
Protected MethodDraw Invoked by the Map Control during the drawing phase. Implementers must verify if MapSurface.DrawAuthorized is true, if not the Draw method should return as soon as possible to free the Drawing process.  
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed.  
Protected MethodOnGraphicsListChanged Invoked when the graphic collection has changed.  
Protected MethodOnMapChanging Invoked when the Map is attached or Detached from the MapGraphicLayer.  
Protected MethodOnPropertyChanged Raises the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer data has changed.  
Public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© 2013 All Rights Reserved.