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


IGPScriptTool2.TestGetParameterInfo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool2.TestGetParameterInfo Method

Internal validation of GetParameterInfo.

[Visual Basic .NET]
Public Function TestGetParameterInfo ( _
) As String
[C#]
public string TestGetParameterInfo (
);
[C++]
HRESULT TestGetParameterInfo(
  BSTR* pErrMsg
);
[C++]

Parameters pErrMsg [out, retval] pErrMsg is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPScriptTool2 Interface