This document is archived and information here might be outdated. Recommended version. |
The list of parameters accepted by the geoprocessing function.
[Visual Basic .NET] Public ReadOnly Property ParameterInfo As IArray
[C#] public IArray ParameterInfo {get;}
[C++]
HRESULT get_ParameterInfo(
IArray** params
);
[C++] Parameters params [out, retval]
params is a parameter of type IArray**
The ParameterInfo property is the place where a function tool's parameters are defined. It returns an IArray of parameter objects (IGPParameter); these objects define the characteristics of the input and output parameters.