ArcObjects Library Reference (Geoprocessing)  

IGPTool.ParameterInfo Property

The set of parameters required to execute the tool.

[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

Product Availability

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

See Also

IGPTool Interface