This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetEditInfo Interface (ArcObjects .NET 10.4 SDK) |
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 | 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. |
The IDatasetEditInfo interface can be used to determine the editing capabilities of a dataset before an edit session is begun.