SketchModifiedEventArgs Class Members
In This Topic
The following tables list the members exposed by SketchModifiedEventArgs.
Public Properties
| Name | Description |
| CurrentSketch |
Gets the current sketch geometry.
|
| IsUndo |
Gets if the sketch operation initiated from the undo stack?
|
| MapView |
Gets the map view the sketch change originated on.
|
| PreviousSketch |
Gets the sketch geometry before the modification.
|
| SketchOperationType |
Gets the sketch operation which caused this SketchModifiedEvent to fire.
|
Top
See Also