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


IGPParameterInfo Interface (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
ArcGIS Developer Help

IGPParameterInfo Interface

Provides access to the properties/methods of the parameter information.

Product Availability

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

Members

Name Description
Read/write property Category The parameter category.
Read/write property ChoiceList The parameter choice list.
Read/write property DataType The parameter data type.
Read/write property Direction The parameter direction.
Read/write property DisplayName The parameter display name.
Read/write property Name The parameter name.
Read/write property ParameterType The parameter type.
Read/write property Value The parameter value.

Classes that implement IGPParameterInfo

Classes Description
GPParameterInfo GPParameterInfo Class.