VS:SetObjPropVS: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 42: Line 42:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<remark>
<remark>
 
[Ptr 09/23/2019]
{| border=1 style="border-spacing: 4px; border-collapse: collapse; border: 1px solid darkgrey;"
! style="width: 100px;" | code !! style="width: 200px;" | purpose
|-
| 14 || kObj2DSurfaceEligible
|}
</remark>
</remark>



Revision as of 21:20, 23 September 2019

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

Description

See the <a href=http://www.vectorlab.info/index.php?title=Events>VectorLab article</a> on object events.

FUNCTION SetObjPropVS(
PropertyID :LONGINT;
PropertyVal :BOOLEAN) :BOOLEAN;
def vs.SetObjPropVS(PropertyID, PropertyVal):
    return BOOLEAN

Parameters

PropertyID LONGINT
PropertyVal BOOLEAN

Remarks

[Ptr 09/23/2019]

code purpose
14 kObj2DSurfaceEligible

Version

Availability: from All Versions

This is drop-in function.