ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool.ParameterInfo Property

The parameters associated with the tool.

[Visual Basic .NET]
Public WriteOnly Property ParameterInfo
[C#]
public void ParameterInfo {set;}
[C++]
HRESULT putref_ParameterInfo(
  IArray* 
);
[C++]

Parameters

[in]

   is a parameter of type IArray

Product Availability

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

See Also

IGPScriptTool Interface