Returns the value of a VectorWorks object property. Used with properties returning an INTEGER value.
For specific object selector index values, see the Script Appendix.
FUNCTION GetObjectVariableInt(
h : HANDLE;
index : INTEGER): INTEGER;def vs.GetObjectVariableInt(h, index):
return INTEGER| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| index | INTEGER | Object property index. |
Availability: from VectorWorks9.0