|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPVariableManager
Provides access to GPVariableManager objects.
Method Summary | |
---|---|
void |
add(IGPVariable pVariable)
Adds a variable. |
IGPVariable |
find(String name)
Finds a variable. |
IArray |
getVariables()
Returns an array of all of the variables. |
void |
remove(String name)
Removes a variable. |
void |
removeAll()
Removes all variables. |
Method Detail |
---|
void add(IGPVariable pVariable) throws IOException, AutomationException
pVariable
- A reference to a com.esri.arcgis.geodatabase.IGPVariable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(String name) throws IOException, AutomationException
name
- The name (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.IGPVariable find(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getVariables() 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 |