Function SetPrefInt sets the value of a numeric VectorWorks preference setting.
A table of preference dialog items and their corresponding IDs may be found in the Scirpt Appendix.
PROCEDURE SetPrefInt(
index : INTEGER;
value : INTEGER);def vs.SetPrefInt(index, value):
return None| Name | Type | Description |
|---|---|---|
| index | INTEGER | Preference item constant. |
| value | INTEGER | New value for preference. |
Sets the value of the specified preference to the value passed. Similar to SetPref() except it works on preferences for Integer values
SetPrefInt(17,FALSE);Availability: from VectorWorks8.0