Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 440 Bytes

File metadata and controls

24 lines (18 loc) · 440 Bytes

wsEditBegin

Description

Begin workspace edit. Use the other workspaceEdit* calls and must end with a call to workspaceEditEnd.

PROCEDURE wsEditBegin(companyName : STRING);
def vs.wsEditBegin(companyName):
    return None

Parameters

Name Type Description
companyName STRING

Version

Availability: from Vectorworks 2018

Category