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. |
| NetCDFFeatureClass (esriDataSourcesNetCDF) | An in-memory representation of a NetCDF feature class. |
| NetworkDataset | A container for querying information about a network dataset. |
| ObjectClass | ObjectClass Object. |
| RasterCatalog | A collection of raster datasets in a Geodatabase table. |
| RouteEventSource (esriLocation) | Route event source object. |
| SchematicDiagram (esriSchematic) | Schematic diagram object. |
| SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
| SchematicElementClass (esriSchematic) | Schematic element class 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