|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropSet
Provides access to members for managing a PropSet.
This interface defines the methods and properties to control a collection of named string properties.
Method Summary | |
---|---|
void |
getAllProperties(Object[] names,
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. |
String |
getProperty(String name)
The value of the specified property. |
void |
removeProperty(String name)
Removes a property from the set. |
void |
setProperties(Object names,
Object values)
Set the property collection from an array of names and values. |
void |
setProperty(String name,
String value)
The value of the specified property. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getProperty(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getAllProperties(Object[] names, Object[] values) throws IOException, AutomationException
names
- A Variant (in/out: use single element array)values
- A Variant (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProperties(Object names, Object values) throws IOException, AutomationException
names
- A Variant (in)values
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProperty(String name, String value) throws IOException, AutomationException
Sets the string value of the named property.
name
- The name (in)value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeProperty(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |