Provides access to properties/methods of a model process.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
EnvironmentManager | The set of overriding environment values used when validating/executing the process. | |
Execute | Executes the current tool associated with the process using the current parameter values. | |
GetParameterValue | Returns the value of specified process parameter. | |
InputParameters | The collection of input parameter objects used when validating/executing the process. | |
IsToolValid | Returns whether or not the current tool associated with the process is valid. | |
NeedsRepair | Returns whether or not the current tool associated with the process needs to be repaired (e.g., the tool parameters have changed). | |
OutputParameters | The collection of output parameter objects used when validating/executing the process. | |
Parameter | The parameter object with the specified name. | |
Parameters | The collection of parameter objects used when validating/executing the process. | |
Preconditions | Collection of variables that must be executed prior to executing the process. | |
RepairParameters | Updates/repairs the processes collection of parameters to match the tool currently associated with the process. | |
SetParameterValue | Sets the value of specified process parameter. | |
Tool | The tool object currently associated with the model process. | |
ToolName | The tool name object of the tool currently associated with the model process. |
CoClasses that implement IMdProcess
CoClasses and Classes | Description |
---|---|
MdProcess | Model process object that represents a specific invokation of a particular geoprocessing tool. |