com.esri.arcgis.geodatabase
Interface esriEditDataChangesType

All Superinterfaces:
Serializable

public interface esriEditDataChangesType
extends Serializable

EditDataChangesType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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