VS:OLDSetLoadDataReal: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Using selector, sets load data with real value for the parametric object</desc>
Using selector, sets load data with real value for the parametric object.
Available selectors : kDLDSelectorWeight = 5 </desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Revision as of 14:12, 12 December 2018

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

handle HANDLE
selector INTEGER
value REAL
loadIndex INTEGER

Version

Availability: from Vectorworks 2018