Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 542 Bytes

File metadata and controls

29 lines (23 loc) · 542 Bytes

wsDelete

Description

Delete all menu commands and tools under the specified 'companyName' added with 'wsEditBegin'.

PROCEDURE wsDelete(
				companyName : STRING;
				restart     : BOOLEAN;
				reload      : BOOLEAN);
def vs.wsDelete(companyName, restart, reload):
    return None

Parameters

Name Type Description
companyName STRING
restart BOOLEAN
reload BOOLEAN

Version

Availability: from Vectorworks 2021

Category