Sets the value of a VectorWorks object property. Used with properties requiring a LONGINT value.
For specific object selector index values, see the Script Appendix.
PROCEDURE SetObjectVariableLongInt(
h : HANDLE;
index : INTEGER;
value : LONGINT);def vs.SetObjectVariableLongInt(h, index, value):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| index | INTEGER | Object property index. |
| value | LONGINT | New value for property. |
SetPref(17,FALSE);pioParentVPHand := GetVPGroupParent( GetParent( pioHand ) );
{ Set RW Background }
SetObjectVariableLongint( pioParentVPHand, 1006, Name2Index( GetName( pioRWBackRsrcHand ) ) );vs.SetObjectVariableLongInt(h, 1, value)Availability: from VectorWorks9.0