Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 645 Bytes

File metadata and controls

32 lines (26 loc) · 645 Bytes

OLDSetLoadDataReal

Description

Using selector, sets load data with real value for the parametric object. Available selectors : kDLDSelectorWeight = 5.

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

Parameters

Name Type Description
handle HANDLE
selector INTEGER
value REAL
loadIndex INTEGER

Version

Availability: from Vectorworks 2018

Category