TrackToolCollectionSelectTool Method

Select the tool appropriate for the current operation.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public TrackToolItem SelectTool(
	string toolName
)

Parameters

toolName  String
Name of the tool to select.

Return Value

TrackToolItem
Reference to the track tool matching the specified tool name, if found. Otherwise, null.

See Also