This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServerSync Interface > IGPServerSync.GetToolInfo Method (ArcObjects .NET 10.4 SDK) |
Returns the tool information of the specified tool name.
[Visual Basic .NET] Public Function GetToolInfo ( _ ByVal ToolName As String _ ) As IGPToolInfo
[C#] public IGPToolInfo GetToolInfo ( string ToolName );
[C++]
HRESULT GetToolInfo(
BSTR ToolName,
IGPToolInfo** ppInfo
);
[C++]
Parameters ToolName [in] ToolName is a parameter of type BSTR ppInfo [out, retval]
ppInfo is a parameter of type IGPToolInfo