ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.ParameterType Property

Type of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property ParameterType
[C#]
public void ParameterType {set;}
[C++]
HRESULT put_ParameterType(
  esriGPParameterType 
);
[C++]

Parameters

[in]

   is a parameter of type esriGPParameterType

Product Availability

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

See Also

IGPParameterEdit Interface