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


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

IGPParameterInfos Interface

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

Product Availability

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

Members

Name Description
Method Add Adds a parameter to the array.
Read-only property Count The size of the array.
Read-only property Element The parameter at the specified index in the array.
Method Insert Adds a parameter to the array at the specified index.
Method Remove Removes a parameter from the array.
Method RemoveAll Removes all parameters from the array.

Classes that implement IGPParameterInfos

Classes Description
GPParameterInfos GPParameterInfos Class.