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


IGPScriptTool.ParameterInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool Interface > IGPScriptTool.ParameterInfo Property
ArcGIS Developer Help

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