This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTask Interface > IGPTask.GetParameterInfo Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* Visible,
IGPParameter** ppParameter,
IGPDomain** ppDomain
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Visible [out] Visible is a parameter of type VARIANT_BOOL ppParameter [out]
ppParameter is a parameter of type IGPParameter ppDomain [out]
ppDomain is a parameter of type IGPDomain