Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 604 Bytes

File metadata and controls

31 lines (25 loc) · 604 Bytes

OLDSetLoadDataBool

Description

Using selector, sets load data with bool value for the parametric object

PROCEDURE OLDSetLoadDataBool(
				handle    : HANDLE;
				selector  : INTEGER;
				value     : BOOLEAN;
				loadIndex : INTEGER);
def vs.OLDSetLoadDataBool(handle, selector, value, loadIndex):
    return None

Parameters

Name Type Description
handle HANDLE
selector INTEGER
value BOOLEAN
loadIndex INTEGER

Version

Availability: from Vectorworks 2018

Category