Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 576 Bytes

File metadata and controls

27 lines (21 loc) · 576 Bytes

ws2FindToolIndex

Description

Workspace advanced APIs. Return the named tool index at the specified path. See 'ws2GetToolsCnt'.

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

Parameters

Name Type Description
toolPath DYNARRAY[] of CHAR
findUnivName DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2021

Category