com.esri.arcgis.geoprocessing
Interface esriGPParameterType

All Superinterfaces:
Serializable

public interface esriGPParameterType
extends Serializable

Type of Geoprocessing parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows


Field Summary
static int esriGPParameterTypeDerived
          Derived parameter.
static int esriGPParameterTypeOptional
          Optional parameter.
static int esriGPParameterTypeRequired
          Required parameter.
 

Field Detail

esriGPParameterTypeRequired

static final int esriGPParameterTypeRequired
Required parameter.

See Also:
Constant Field Values

esriGPParameterTypeOptional

static final int esriGPParameterTypeOptional
Optional parameter.

See Also:
Constant Field Values

esriGPParameterTypeDerived

static final int esriGPParameterTypeDerived
Derived parameter.

See Also:
Constant Field Values