GPParameterInfo

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

esriGPParameterDirection

The parameter direction.

DisplayName

string

The parameter display name.

Name

string

The parameter name.

ParamType

esriGPParameterType

The parameter type.

Value

GPValue

The parameter value.

 

Examples

C#