This document is archived and information here might be outdated.  Recommended version.


IGPScriptTool.ParameterInfo Property (ArcObjects .NET 10.5 SDK)
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