Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 594 Bytes

File metadata and controls

27 lines (21 loc) · 594 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