A geoprocessing class that contains information about task parameters.
Property |
Type |
Description |
Category |
string |
The parameter category. |
ChoiceList |
string[] |
The parameter choice list. |
DataType |
string |
The parameter data type. |
Direction |
The parameter direction. | |
DisplayName |
string |
The parameter display name. |
Name |
string |
The parameter name. |
ParamType |
The parameter type. | |
Value |
The parameter value. |
Examples