GeoprocessingParameterInfo

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

Link copied to clipboard

The geoprocessing parameter's category.

Link copied to clipboard

A list of value choices for this parameter.

Link copied to clipboard

The geoprocessing parameter's data type.

Link copied to clipboard

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.

Link copied to clipboard

The geoprocessing parameter's description.

Link copied to clipboard

The geoprocessing parameter's direction: either input or output.

Link copied to clipboard

The geoprocessing parameter's display name.

Link copied to clipboard

Whether or not a geoprocessing feature parameter requires features with geometry.

Link copied to clipboard

Whether or not this geoprocessing parameter is required.

Link copied to clipboard

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.

Link copied to clipboard

The geoprocessing parameter's name.