This document is archived and information here might be outdated. Recommended version. |
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*