public interface IPEObjectDeprecation
extends java.io.Serializable
Description: 'Provides information about projection object deprecation.' 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 |
IIDe3ac8b98_627a_472d_a8b6_1a347169cb26 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
isDeprecated(boolean[] pbYesNo)
Returns true if the object is deprecated.
|
static final int IIDe3ac8b98_627a_472d_a8b6_1a347169cb26
static final int xxDummy
static final java.lang.String IID
void isDeprecated(boolean[] pbYesNo) throws java.io.IOException, AutomationException
pbYesNo
- The pbYesNo (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.