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


IGPToolInfo.ParameterInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolInfo.ParameterInfo Property

The tool parameters.

[Visual Basic .NET]
Public Property ParameterInfo As IGPParameterInfos
[C#]
public IGPParameterInfos ParameterInfo {get; set;}
[C++]
HRESULT get_ParameterInfo(
  IGPParameterInfos** ppParameterInfos
);
[C++]
HRESULT putref_ParameterInfo(
  IGPParameterInfos* ppParameterInfos
);
[C++]

Parameters ppParameterInfos [out, retval]
ppParameterInfos is a parameter of type IGPParameterInfos ppParameterInfos [in]
ppParameterInfos is a parameter of type IGPParameterInfos

Product Availability

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

See Also

IGPToolInfo Interface