com.esri.arcgis.geodatabase
Interface esriEditDataChangesType

All Superinterfaces:
java.io.Serializable

public interface esriEditDataChangesType
extends java.io.Serializable

Constants from esriEditDataChangesType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'EditDataChangesType' 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 esriEditDataChangesWithinOperation
          Changes since the start of the edit operation
static int esriEditDataChangesWithinSession
          Changes since the start of the edit session.
 

Field Detail

esriEditDataChangesWithinSession

static final int esriEditDataChangesWithinSession
Changes since the start of the edit session.

See Also:
Constant Field Values

esriEditDataChangesWithinOperation

static final int esriEditDataChangesWithinOperation
Changes since the start of the edit operation

See Also:
Constant Field Values