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


IGPServerSync.GetToolInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServerSync Interface > IGPServerSync.GetToolInfo Method
ArcGIS Developer Help

IGPServerSync.GetToolInfo Method

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
);
[C++]
Parameters
ToolName [in]

ToolName is a parameter of type BSTR

Product Availability

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

See Also

IGPServerSync Interface