Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 523 Bytes

File metadata and controls

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