VS:OLDGetLoadDataBool: 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, gets load data with bool value for the parametric object</desc>
Using selector, gets load data with bool value for the parametric object
Available selectors : kDLDSelectorInclude = 1, kDLDSelHandlePosTransf = 10. </desc>


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

Latest revision as of 14:52, 12 December 2018

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

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

handle HANDLE
selector INTEGER
loadIndex INTEGER

Version

Availability: from Vectorworks 2018