Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 498 Bytes

File metadata and controls

29 lines (23 loc) · 498 Bytes

SetObjectVariableHandle

Description

Sets the value of a VectorWorks object property.

PROCEDURE SetObjectVariableHandle(
				h     : HANDLE;
				index : INTEGER;
				value : HANDLE);
def vs.SetObjectVariableHandle(h, index, value):
    return None

Parameters

Name Type Description
h HANDLE
index INTEGER
value HANDLE

Version

Availability: from VectorWorks12.0

Category