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, SchematicInMemoryFeatureClass, StreetNetwork, Table, TemporalFeatureClass, TemporalRecordSet, Topology, UtilityNetwork, XYEventSource

public interface IDatasetEdit
extends java.io.Serializable

COM Interface 'IDatasetEdit'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to information about the status of datasets being edited.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID448c5d21_9746_11d1_89e2_006097aff44e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isBeingEdited()
          True if the dataset is being edited.
 

Field Detail

IID448c5d21_9746_11d1_89e2_006097aff44e

static final int IID448c5d21_9746_11d1_89e2_006097aff44e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isBeingEdited

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

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