com.esri.arcgis.geodatabase
Interface IDatasetEdit

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributedRelationshipClass, CadastralFabric, CadastralFabricFDExtension, FeatureClass, FeatureDataset, GeometricNetwork, IDatasetEditProxy, NetworkDataset, NetworkDatasetFDExtension, NetworkDatasetWorkspaceExtension, ObjectClass, RasterCatalog, RouteEventSource, SchematicDiagramClass, SchematicElementClass, SchematicInMemoryFeatureClass, StreetNetwork, Table, TemporalFeatureClass, TemporalRecordSet, Topology, UtilityNetwork, XYEventSource

public interface IDatasetEdit
extends Serializable

Provides access to information about the status of datasets being edited.

Product Availability

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


Method Summary
 boolean isBeingEdited()
          True if the dataset is being edited.
 

Method Detail

isBeingEdited

boolean isBeingEdited()
                      throws IOException,
                             AutomationException
True if the dataset is being edited.

Remarks

Once an edit session has been started on a workspace, the IsBeingEdited method on the IDatasetEdit interface can be used to determine if a particular dataset is participating in the edit session.

The reasons why a dataset may not participate include the connected user has no privileges or permission to edit the dataset, the connected user is not licensed to edit this type of dataset, or the dataset is not versioned but a versioned edit session has been started (or vice versa).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pIsBeingEdited
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.