Provides access to members that maintain dataset editing information.
Members
Name | Description | |
---|---|---|
CanEdit | True if the dataset supports edit sessions with the ability to discard edits on save. | |
CanRedo | True if the dataset supports edit sessions with the ability to redo undone operations. | |
CanUndo | True if the dataset supports edit sessions with the ability to undo individual edit operations. |
IDatasetEditInfo.CanEdit Property
True if the dataset supports edit sessions with the ability to discard edits on save.
Public ReadOnly Property CanEdit As Boolean
public bool CanEdit {get;}
Remarks
This property is to be used within an active edit session, results cannot be guaranteed if called on a dataset outside of an edit session.
IDatasetEditInfo.CanRedo Property
True if the dataset supports edit sessions with the ability to redo undone operations.
Public ReadOnly Property CanRedo As Boolean
public bool CanRedo {get;}
IDatasetEditInfo.CanUndo Property
True if the dataset supports edit sessions with the ability to undo individual edit operations.
Public ReadOnly Property CanUndo As Boolean
public bool CanUndo {get;}
Classes that implement IDatasetEditInfo
Classes | Description |
---|---|
AttributedRelationshipClass | Esri Attributed Relationship Class object. |
FeatureClass | Esri Feature Class object. |
ObjectClass | Esri Object Class object. |
RasterCatalog | A collection of raster datasets in a Geodatabase table. |
Table | Esri Table object. |
XYEventSource | XY event source object. |
Remarks
The IDatasetEditInfointerface can be used to determine the editing capabilities of a dataset before an edit session is begun.