Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 563 Bytes

File metadata and controls

27 lines (21 loc) · 563 Bytes

WSScript_AddHandleId

Description

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

PROCEDURE WSScript_AddHandleId(
				h  : HANDLE;
				id : INTEGER);
def vs.WSScript_AddHandleId(h, id):
    return None

Parameters

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

Version

Availability: from Vectorworks 2021

Category