public interface IInvalidObjectInfo
extends java.io.Serializable
Description: 'Provides access to members that return information about the features that did not convert.' 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 |
IID49e8ae69_4f38_11d3_9ff8_00c04f6bdf0e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorDescription()
The description of the error in converting the feature/row.
|
int |
getInvalidObjectID()
The object ID that did not get convert.
|
static final int IID49e8ae69_4f38_11d3_9ff8_00c04f6bdf0e
static final int xxDummy
static final java.lang.String IID
int getInvalidObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getErrorDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.