ArcObjects Library Reference (Geoprocessing)  

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

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.

CoClasses that implement IGPParameterInfos

CoClasses and Classes Description
GPParameterInfos GPParameterInfos Class.

.NET Samples

ArcGIS GPConsole (Code Files: Program) |

.NET Related Topics

Geoprocessing services |