This document is archived and information here might be outdated. Recommended version. |
Returns a specific tool (by name) within the toolbox.
[Visual Basic .NET] Public Function OpenTool ( _ ByVal Name As String _ ) As IGPTool
[C#] public IGPTool OpenTool ( string Name );
[C++]
HRESULT OpenTool(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR