VS:OLDSetLoadDataReal: Difference between revisions

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


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

Latest revision as of 14:13, 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