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


IGPTask.SetParameterInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 VARIANT_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