ArcObjects Library Reference (Geoprocessing)  

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,
  VARIANT_BOOL* Visible,
  IGPParameter** ppParameter,
  IGPDomain** ppDomain
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Visible [out]   Visible is a parameter of type VARIANT_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