com.esri.arcgis.editor
Interface esriSketchOperationType

All Superinterfaces:
java.io.Serializable

public interface esriSketchOperationType
extends java.io.Serializable

Constants from esriSketchOperationType' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'The type of sketch operation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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