This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcToolbox Interface > IArcToolbox.GetToolbyNameString Method (ArcObjects .NET 10.5 SDK) |
Returns a tool by name.
[Visual Basic .NET] Public Function GetToolbyNameString ( _ ByVal nameString As String _ ) As IGPTool
[C#] public IGPTool GetToolbyNameString ( string nameString );