The following tables list the members exposed by SketchGraphicLayer.
Name | Description | |
---|---|---|
![]() | SketchGraphicLayer Constructor | Initializes a new instance of the Sketch class. |
Name | Description | |
---|---|---|
![]() | DefaultPointSymbol | Gets or sets the default symbol for point graphics added to the selection graphic layer. (Inherited from MapGraphicLayer) |
![]() | DefaultPolygonSymbol | Gets or sets the default symbol for polygon graphics added to the selection graphic layer. (Inherited from MapGraphicLayer) |
![]() | DefaultPolylineSymbol | Gets or sets the default symbol for polyline graphics added to the selection graphic layer. (Inherited from MapGraphicLayer) |
![]() | DefaultSymbol | Gets or sets the default graphic symbol. (Inherited from MapGraphicLayer) |
![]() | FringeSize | Gets the size of the fringe for the sketch using the vertex symbols fringe size. |
![]() | Geometry | Gets or sets the sketch's geometry. |
![]() | Graphics | Gets the collection of MapGraphics (Inherited from MapGraphicLayer) |
![]() | LayerName | Gets or sets the MapGraphicLayer name. (Inherited from MapGraphicLayer) |
![]() | Map | Gets the associated Map. Returns null if this MapGaphicLayer has not yet been attached to a Map control. (Inherited from MapGraphicLayer) |
![]() | PartSymbol | Gets or sets the previous part symbol. |
![]() | SelectedVertexSymbol | Gets or sets the selected vertex symbol. |
![]() | VertexSymbol | Gets or sets the vertex symbol. |
![]() | Visible | Gets or sets the visibility of the MapGraphicLayer. (Inherited from MapGraphicLayer) |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases all references to resources |
![]() | GetClosestPart | Gets the part that is nearest to the mouse coordinate |
![]() | Refresh | Forces a redraw of the layer. (Inherited from MapGraphicLayer) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from MapGraphicLayer) |
Name | Description | |
---|---|---|
![]() | Draw | Overridden. 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. |
![]() | OnDataChanged | Informed the Map the MapLayer data have changed. (Inherited from MapGraphicLayer) |
![]() | OnGraphicsListChanged | Invoked when the graphic collection has changed. (Inherited from MapGraphicLayer) |
![]() | OnMapChanging | Invoked when the Map is attached or Detached from the MapGraphicLayer. (Inherited from MapGraphicLayer) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from MapGraphicLayer) |
Name | Description | |
---|---|---|
![]() | DataChanged | Occurs when the MapLayer data has changed. (Inherited from MapGraphicLayer) |
![]() | GeometrySet | Occurs when the geometry has been set on the SketchMapGraphicLayer. |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from MapGraphicLayer) |