Geoprocessing Parameter Info
Provides information on a single input or output parameter of a geoprocessing task. GeoprocessingParameterInfo instances are retrieved from a GeoprocessingTaskInfo by calling GeoprocessingTaskInfo.parameterInfos. Each instance in the list gives the parameter's name and type along with a property indicating whether or not it is optional (for input parameters) and whether it is an input or output parameter.
Since
200.1.0
Properties
A list of value choices for this parameter.
The geoprocessing parameter's data type.
A new GeoprocessingParameter set to the default value for this parameter info instance. Either a parameter containing the default value for this parameter info or one with no value set if there is no default.
The geoprocessing parameter's description.
The geoprocessing parameter's direction: either input or output.
The geoprocessing parameter's display name.
Whether or not a geoprocessing feature parameter requires features with geometry.
Whether or not this geoprocessing parameter is required.
If this parameter info describes a multivalue, this property indicates the type of the parameters contained in the multivalue. If this is not a multivalue parameter, this property will return GeoprocessingParameterType.GeoprocessingUnknownParameter.