Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 578 Bytes

File metadata and controls

28 lines (22 loc) · 578 Bytes

DLDSetLoadDataBool

Description

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

PROCEDURE DLDSetLoadDataBool(
				selector : INTEGER;
				value    : BOOLEAN);
def vs.DLDSetLoadDataBool(selector, value):
    return None

Parameters

Name Type Description
selector INTEGER
value BOOLEAN

Version

Availability: from Vectorworks 2018

Category