SketchModifiedEventArgs Class Properties
In This Topic
For a list of all members of this type, see SketchModifiedEventArgs members.
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