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


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

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