ArcObjects Library Reference (GeoDatabase)  

IDatasetEditInfo Interface

Provides access to members that maintain dataset editing information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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 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.

See Also

IDatasetEdit Interface | IWorkspaceEdit Interface