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


IGPParameter.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 > IGPParameter Interface > IGPParameter.ParameterType Property
ArcGIS Developer Help

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