Engine sketch operation type options.
| Constant |
Value |
Description |
| esriEngineSketchOperationGeneral |
0 |
No specific type. |
| esriEngineSketchOperationVertexAdded |
1 |
An operation that added a vertex. |
| esriEngineSketchOperationVertexDeleted |
2 |
An operation that deleted a vertex. |
| esriEngineSketchOperationVertexMoved |
3 |
An operation that moved a vertex. |
Product Availability
Available with ArcGIS Engine.
.NET Samples
Custom vertex editing commands (Code Files:
CustomVertexCommands)
.NET Related Topics
How to create a sketch operation