Provides access to members that maintain dataset editing information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| 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 that implement IDatasetEditInfo
| CoClasses and Classes | Description |
|---|---|
| AttributedRelationshipClass | ESRI Attributed Relationship Class object. |
| FeatureClass | ESRI Feature Class object. |
| FeatureDataset | ESRI Feature Dataset object. |
| NetworkDataset | A container for querying information about a network dataset. |
| ObjectClass | ESRI Object Class object. |
| RasterCatalog | A collection of raster datasets in a Geodatabase table. |
| RouteEventSource (esriLocation) | Route event source object. |
| SchematicDataset (esriSchematic) | Provides access to members that manage the schematic dataset. |
| SchematicDiagram (esriSchematic) | A schematic diagram object. |
| SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
| SchematicElementClass (esriSchematic) | Schematic element class object. |
| SchematicInMemoryFeatureClass (esriSchematic) | Schematic in memory feature class object. |
| StreetNetwork | A container for describing a street network. |
| Table | ESRI Table object. |
| TemporalRecordSet (esriTrackingAnalyst) | Defines the COM coclass for the TemporalRecordSet COM 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.
