This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolInfo Interface > IGPToolInfo.ParameterInfo Property (ArcObjects .NET 10.4 SDK) |
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