|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPParameterInfos
Provides access to the properties/methods of the parameter information array.
| Method Summary | |
|---|---|
void |
add(IGPParameterInfo pParmInfo)
Adds a parameter to the array. |
int |
getCount()
The size of the array. |
IGPParameterInfo |
getElement(int index)
The parameter at the specified index in the array. |
void |
insert(int index,
IGPParameterInfo pParmInfo)
Adds a parameter to the array at the specified index. |
void |
remove(int index)
Removes a parameter from the array. |
void |
removeAll()
Removes all parameters from the array. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPParameterInfo getElement(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IGPParameterInfo pParmInfo)
throws IOException,
AutomationException
pParmInfo - A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IGPParameterInfo pParmInfo)
throws IOException,
AutomationException
index - The index (in)pParmInfo - A reference to a com.esri.arcgis.geoprocessing.IGPParameterInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws IOException,
AutomationException
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 | ||||||||