public interface IDatasetEditEx
extends java.io.Serializable
Description: 'Provides access to more information on 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID60e8162b_1ae0_11d4_9fb1_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
isBeingEdited(boolean[] isBeingEdited,
long[] hrReason)
True if the dataset is being edited, else returns the reason why it is not editable.
|
static final int IID60e8162b_1ae0_11d4_9fb1_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
void isBeingEdited(boolean[] isBeingEdited, long[] hrReason) throws java.io.IOException, AutomationException
isBeingEdited
- The isBeingEdited (out: use single element array)hrReason
- An error code (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.