com.esri.arcgis.editor
Interface esriSketchOperationType

All Superinterfaces:
Serializable

public interface esriSketchOperationType
extends Serializable

The type of sketch operation.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriSketchOperationGeneral
          No specific type.
static int esriSketchOperationVertexAdded
          An operation that added a vertex.
static int esriSketchOperationVertexDeleted
          An operation that deleted a vertex.
static int esriSketchOperationVertexMoved
          An operation that moved a vertex.
 

Field Detail

esriSketchOperationGeneral

static final int esriSketchOperationGeneral
No specific type.

See Also:
Constant Field Values

esriSketchOperationVertexAdded

static final int esriSketchOperationVertexAdded
An operation that added a vertex.

See Also:
Constant Field Values

esriSketchOperationVertexDeleted

static final int esriSketchOperationVertexDeleted
An operation that deleted a vertex.

See Also:
Constant Field Values

esriSketchOperationVertexMoved

static final int esriSketchOperationVertexMoved
An operation that moved a vertex.

See Also:
Constant Field Values