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