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


The following tables list the members exposed by SketchGraphicLayer.

Public Constructors

 NameDescription
Public ConstructorSketchGraphicLayer ConstructorInitializes a new instance of the Sketch class.  
Top

Public Properties

 NameDescription
Public PropertyDefaultPointSymbol Gets or sets the default symbol for point graphics added to the selection graphic layer. (Inherited from MapGraphicLayer)
Public PropertyDefaultPolygonSymbol Gets or sets the default symbol for polygon graphics added to the selection graphic layer. (Inherited from MapGraphicLayer)
Public PropertyDefaultPolylineSymbol Gets or sets the default symbol for polyline graphics added to the selection graphic layer. (Inherited from MapGraphicLayer)
Public PropertyDefaultSymbol Gets or sets the default graphic symbol. (Inherited from MapGraphicLayer)
Public PropertyFringeSize Gets the size of the fringe for the sketch using the vertex symbols fringe size.  
Public PropertyGeometryGets or sets the sketch's geometry.  
Public PropertyGraphics Gets the collection of MapGraphics (Inherited from MapGraphicLayer)
Public PropertyLayerName Gets or sets the MapGraphicLayer name. (Inherited from MapGraphicLayer)
Public PropertyMap Gets the associated Map. Returns null if this MapGaphicLayer has not yet been attached to a Map control. (Inherited from MapGraphicLayer)
Public PropertyPartSymbol Gets or sets the previous part symbol.  
Public PropertySelectedVertexSymbol Gets or sets the selected vertex symbol.  
Public PropertyVertexSymbol Gets or sets the vertex symbol.  
Public PropertyVisibleGets or sets the visibility of the MapGraphicLayer. (Inherited from MapGraphicLayer)
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases all references to resources  
Public MethodGetClosestPart Gets the part that is nearest to the mouse coordinate  
Public MethodRefresh Forces a redraw of the layer. (Inherited from MapGraphicLayer)
Public MethodToString Returns a String that represents the current Object. (Inherited from MapGraphicLayer)
Top

Protected Methods

 NameDescription
Protected MethodDrawOverridden.  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. (Inherited from MapGraphicLayer)
Protected MethodOnGraphicsListChanged Invoked when the graphic collection has changed. (Inherited from MapGraphicLayer)
Protected MethodOnMapChanging Invoked when the Map is attached or Detached from the MapGraphicLayer. (Inherited from MapGraphicLayer)
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from MapGraphicLayer)
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer data has changed. (Inherited from MapGraphicLayer)
Public EventGeometrySetOccurs when the geometry has been set on the SketchMapGraphicLayer.  
Public EventPropertyChanged Occurs when a property value changes. (Inherited from MapGraphicLayer)
Top

See Also

© 2013 All Rights Reserved.