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


IGPTask.SetParameterInfo 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.SetParameterInfo Method
ArcGIS Developer Help

IGPTask.SetParameterInfo Method

Set the parameter info.

[Visual Basic .NET]
Public Sub SetParameterInfo ( _
    ByVal Name As String, _
    ByVal Visible As Boolean, _
    ByVal pParameter As IGPParameter, _
    ByVal pDomain As IGPDomain _
)
[C#]
public void SetParameterInfo (
    string Name,
    bool Visible,
    IGPParameter pParameter,
    IGPDomain pDomain
);
[C++]
HRESULT SetParameterInfo(
  BSTR Name,
  VARIANT_BOOL Visible,
  IGPParameter* pParameter,
  IGPDomain* pDomain
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Visible [in]
Visible is a parameter of type bool pParameter [in]
pParameter is a parameter of type IGPParameter* pDomain [in]
pDomain is a parameter of type IGPDomain*

Product Availability

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

See Also

IGPTask Interface