Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 558 Bytes

File metadata and controls

27 lines (21 loc) · 558 Bytes

wsEditBeginN

Description

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

PROCEDURE wsEditBeginN(
				companyName                : STRING;
				companyToolSetIconFilePath : STRING);
def vs.wsEditBeginN(companyName, companyToolSetIconFilePath):
    return None

Parameters

Name Type Description
companyName STRING
companyToolSetIconFilePath STRING

Version

Availability: from Vectorworks 2021

Category