The list of parameters accepted by the geoprocessing function.
[Visual Basic 6.0] Property ParameterInfo As IArray
[Visual Basic .NET] Public ReadOnly Property ParameterInfo As IArray
[C#] public IArray ParameterInfo {get;}
[Java] public IArray getParameterInfo() throws IOException, AutomationException
[C++] HRESULT get_ParameterInfo( IArray** params );
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.