ArcObjects Library Reference  (Geoprocessing)    

IGPServer2.GetToolInfo Method

Returns the tool information of the specified tool name.

[Visual Basic 6.0]
Function GetToolInfo(
    ByVal ToolName As String _
) As IGPToolInfo
[Visual Basic .NET]
Public Function GetToolInfo ( _
    ByVal ToolName As String _
) As IGPToolInfo
[C#]
public IGPToolInfo GetToolInfo (
    string ToolName
);
[Java]
public IGPToolInfo getToolInfo (
    String ToolName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetToolInfo(
  BSTR ToolName,
  IGPToolInfo** info
);
[C++]

Parameters

ToolName [in]

  ToolName is a parameter of type BSTR

info [out, retval]

  info is a parameter of type IGPToolInfo

Product Availability

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

See Also

IGPServer2 Interface