com.esri.arcgis.geodatabase
Interface IDatasetEdit

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

public interface IDatasetEdit
extends java.io.Serializable

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
IDataset, IWorkspaceEdit

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

Method Detail

isBeingEdited

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

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