Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 493 Bytes

File metadata and controls

28 lines (21 loc) · 493 Bytes

ws2DelMenuAt

Description

Workspace advanced APIs. Delete the menu at the specified index and menu path. See 'ws2GetMenusCnt'.

FUNCTION ws2DelMenuAt(
				menuPath : DYNARRAY[] of CHAR;
				index    : INTEGER): BOOLEAN;
def vs.ws2DelMenuAt(menuPath, index):
    return BOOLEAN

Parameters

Name Type Description
menuPath DYNARRAY[] of CHAR
index INTEGER

Version

Availability: from Vectorworks 2021

Category

  • Workspaces