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 );
Parameters
ToolName [in]
ToolName is a parameter of type BSTR
info [out, retval]
info is a parameter of type IGPToolInfo