ArcObjects Library Reference (Geoprocessing)  

IGPParameter.ParameterType Property

Type of the geoprocessing parameter.

[Visual Basic .NET]
Public ReadOnly Property ParameterType As esriGPParameterType
[C#]
public esriGPParameterType ParameterType {get;}
[C++]
HRESULT get_ParameterType(
  esriGPParameterType* paramtype
);
[C++]

Parameters

paramtype [out, retval]

  paramtype is a parameter of type esriGPParameterType

Product Availability

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

Remarks

The ParameterType property is an enumeration of values for setting a geoprocessing function parameter's type. Three values are in this enumeration: esriGPParameterTypeRequired, esriGPParameterTypeOptional, and esriGPParameterTypeDerived.

See Also

IGPParameter Interface