Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 691 Bytes

File metadata and controls

30 lines (22 loc) · 691 Bytes

WSScript_AddHandle

Description

Add a handle for a worksheet script usage. This is most notable used for scripts that generate object database for worksheets.

PROCEDURE WSScript_AddHandle(h : HANDLE);
def vs.WSScript_AddHandle(h):
    return None

Parameters

Name Type Description
h HANDLE The handle of an object to be added

Remarks

_c_ (2021.02.08): See excellent intrduction to Worksheet Scripting by Pat Stanford on the Techboard:

forum.vectorworks.net/index.php?/topic/75193-a-super-short-course-in-worksheet-scripts/

Version

Availability: from Vectorworks 2020

Category