Provides access to members that maintain dataset editing information.
| 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. |
| 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. |
The IDatasetEditInfo interface can be used to determine the editing capabilities of a dataset before an edit session is begun
IDatasetEdit Interface | IWorkspaceEdit Interface