This document is archived and information here might be outdated. Recommended version. |
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,
Boolean* Visible,
IGPParameter** ppParameter,
IGPDomain** ppDomain
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR Visible [out]
Visible is a parameter of type bool* ppParameter [out]
ppParameter is a parameter of type IGPParameter** ppDomain [out]
ppDomain is a parameter of type IGPDomain**