|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropSet
COM Interface 'IPropSet'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to members for managing a PropSet.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID52c6c620_62a2_11d6_b848_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
java.lang.String |
getProperty(java.lang.String name)
The value of the specified property. |
void |
removeProperty(java.lang.String name)
Removes a property from the set. |
void |
setProperties(java.lang.Object names,
java.lang.Object values)
Set the property collection from an array of names and values. |
void |
setProperty(java.lang.String name,
java.lang.String value)
The value of the specified property. |
| Field Detail |
|---|
static final int IID52c6c620_62a2_11d6_b848_00010265adc5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.String 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 getAllProperties(java.lang.Object[] names,
java.lang.Object[] values)
throws java.io.IOException,
AutomationException
names - A Variant (in/out: use single element array)values - A Variant (in/out: use single element array)
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.
void setProperty(java.lang.String name,
java.lang.String value)
throws java.io.IOException,
AutomationException
name - The name (in)value - The value (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||