Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 528 Bytes

File metadata and controls

28 lines (21 loc) · 528 Bytes

ws2CreateToolPalette

Description

Workspace advanced APIs. Create a new tool palette if it doesn't exist.

FUNCTION ws2CreateToolPalette(
				univName    : DYNARRAY[] of CHAR;
				displayName : DYNARRAY[] of CHAR): BOOLEAN;
def vs.ws2CreateToolPalette(univName, displayName):
    return BOOLEAN

Parameters

Name Type Description
univName DYNARRAY[] of CHAR
displayName DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2021

Category

  • Workspaces