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


IGPToolExtension.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 > IGPToolExtension Interface > IGPToolExtension.ParameterInfo Property
ArcGIS Developer Help

IGPToolExtension.ParameterInfo Property

The parameters required to execute the custom tool associated with this tool extension.

[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

IGPToolExtension Interface