Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 564 Bytes

File metadata and controls

28 lines (21 loc) · 564 Bytes

ws2GetToolAt

Description

Workspace advanced APIs. Return the tool univ name at the specified index of the parent tool or tool set at the specified path. See 'ws2GetToolsCnt'.

FUNCTION ws2GetToolAt(
				toolPath : DYNARRAY[] of CHAR;
				index    : INTEGER): DYNARRAY[] of CHAR;
def vs.ws2GetToolAt(toolPath, index):
    return DYNARRAY[] of CHAR

Parameters

Name Type Description
toolPath DYNARRAY[] of CHAR
index INTEGER

Version

Availability: from Vectorworks 2021

Category

  • Workspaces