Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 443 Bytes

File metadata and controls

24 lines (18 loc) · 443 Bytes

SetToolByName

Description

Similar to SetTool, but takes name rather than ID. Supports plug-in tools (but not yet internal tools).

FUNCTION SetToolByName(toolName : STRING): BOOLEAN;
def vs.SetToolByName(toolName):
    return BOOLEAN

Parameters

Name Type Description
toolName STRING

Version

Availability: from Vectorworks 2014

Category