VS:WSScript AddHandleId: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 15:48, 16 September 2020

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Version

Availability: from Vectorworks 2021