public interface IPropertySet
extends java.io.Serializable
Description: 'Provides access to members for managing a PropertySet.' 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 |
IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getAllProperties(java.lang.Object[] names,
java.lang.Object[] values)
The name and value of all the properties in the property set.
|
int |
getCount()
The number of properties contained in the property set.
|
void |
getProperties(java.lang.Object names,
java.lang.Object[] values)
The values of the specified properties.
|
java.lang.Object |
getProperty(java.lang.String name)
The value of the specified property.
|
boolean |
isEqual(IPropertySet propertySet)
True if the property set is the same as the input property set.
|
void |
removeProperty(java.lang.String name)
Removes a property from the set.
|
void |
setProperties(java.lang.Object names,
java.lang.Object values)
The values of the specified properties.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
The value of the specified property.
|
static final int IIDf0ba6abc_8e9f_11d0_b4ab_0000f8037368
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getProperty(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getProperties(java.lang.Object names, java.lang.Object[] values) throws java.io.IOException, AutomationException
names
- A Variant (in)values
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAllProperties(java.lang.Object[] names, java.lang.Object[] values) throws java.io.IOException, AutomationException
names
- A Variant (out: use single element array)values
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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 setProperties(java.lang.Object names, java.lang.Object values) throws java.io.IOException, AutomationException
names
- A Variant (in)values
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEqual(IPropertySet propertySet) throws java.io.IOException, AutomationException
propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeProperty(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.