ArcObjects Library Reference (Geoprocessing)  

IGPParameterInfo.ParameterType Property

The parameter type.

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

Parameters

paramtype [out, retval]

  paramtype is a parameter of type esriGPParameterType

paramtype [in]

  paramtype is a parameter of type esriGPParameterType

Product Availability

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

See Also

IGPParameterInfo Interface