ArcObjects Component Help  (Core)    

IDatasetEditInfo Interface

Provides access to members that maintain dataset editing information.

Members

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.

CoClasses that implement IDatasetEditInfo

CoClasses and Classes Description
AttributedRelationshipClass AttributedRelationshipClass Object.
FeatureClass FeatureClass Object.
FeatureDataset FeatureDataset Object.
ObjectClass ObjectClass Object.
RouteEventSource Route event source object.
StreetNetwork A container for describing a street network.
Table Table Object.
UtilityNetwork A container for describing a utility network.
XYEventSource XY event source object.

Remarks

The IDatasetEditInfo interface can be used to determine the editing capabilities of a dataset before an edit session is begun

See Also

IDatasetEdit Interface | IWorkspaceEdit Interface