IDatasetEditInfo Interface

Provides access to members that maintain dataset editing information.

Members

Name Description
Read-only property CanEdit True if the dataset supports edit sessions with the ability to discard edits on save.
Read-only property CanRedo True if the dataset supports edit sessions with the ability to redo undone operations.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.