Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 639 Bytes

File metadata and controls

30 lines (24 loc) · 639 Bytes

OLDGetLoadDataBool

Description

Using selector, gets load data with bool value for the parametric object Available selectors : kDLDSelectorInclude = 1, kDLDSelHandlePosTransf = 10.

FUNCTION OLDGetLoadDataBool(
				handle    : HANDLE;
				selector  : INTEGER;
				loadIndex : INTEGER): BOOLEAN;
def vs.OLDGetLoadDataBool(handle, selector, loadIndex):
    return BOOLEAN

Parameters

Name Type Description
handle HANDLE
selector INTEGER
loadIndex INTEGER

Version

Availability: from Vectorworks 2018

Category