This document is archived and information here might be outdated.  Recommended version.


IDatasetEditInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetEditInfo Interface
ArcGIS Developer Help

IDatasetEditInfo Interface

Provides access to members that maintain dataset editing information.

Product Availability

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

Members

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

Classes that implement IDatasetEditInfo

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