public interface INamedProperty
extends java.io.Serializable
Description: 'Provides access to properties by names.' 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 |
IID63acf2fd_93e5_47ee_8477_833b98bb4c3d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
getProperty(java.lang.String name,
java.lang.Object[] pValue)
Get the named property.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set the named property.
|
static final int IID63acf2fd_93e5_47ee_8477_833b98bb4c3d
static final int xxDummy
static final java.lang.String IID
void setProperty(java.lang.String name,
java.lang.Object value)
throws java.io.IOException,
AutomationException
name - The name (in)value - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getProperty(java.lang.String name,
java.lang.Object[] pValue)
throws java.io.IOException,
AutomationException
name - The name (in)pValue - A Variant (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.