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


IGPTask.GetParameterInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTask Interface > IGPTask.GetParameterInfo Method
ArcGIS Developer Help

IGPTask.GetParameterInfo Method

Get the parameter info.

[Visual Basic .NET]
Public Sub GetParameterInfo ( _
    ByVal Name As String, _
    ByRef Visible As Boolean, _
    ByRef ppParameter As IGPParameter, _
    ByRef ppDomain As IGPDomain _
)
[C#]
public void GetParameterInfo (
    string Name,
    ref bool Visible,
    ref IGPParameter ppParameter,
    ref IGPDomain ppDomain
);
[C++]
HRESULT GetParameterInfo(
  BSTR Name,
  Boolean* Visible,
  IGPParameter** ppParameter,
  IGPDomain** ppDomain
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Visible [out]
Visible is a parameter of type bool* ppParameter [out]
ppParameter is a parameter of type IGPParameter** ppDomain [out]
ppDomain is a parameter of type IGPDomain**

Product Availability

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

See Also

IGPTask Interface