This document is archived and information here might be outdated.  Recommended version.


IGPParameterInfo.ParameterType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameterInfo Interface > IGPParameterInfo.ParameterType Property
ArcGIS Developer Help

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