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


IArcToolbox.GetToolbyNameString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcToolbox Interface > IArcToolbox.GetToolbyNameString Method
ArcGIS Developer Help

IArcToolbox.GetToolbyNameString Method

Returns a tool by name.

[Visual Basic .NET]
Public Function GetToolbyNameString ( _
    ByVal nameString As String _
) As IGPTool
[C#]
public IGPTool GetToolbyNameString (
    string nameString
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface