Procedure SetMaximumUndoEvents sets the maximum number of undo events that can be stored in the undo table. Parameter events specifies the number of undos. Setting this value to zero effectively turns off undo.
PROCEDURE SetMaximumUndoEvents(events : INTEGER);def vs.SetMaximumUndoEvents(events):
return None| Name | Type | Description |
|---|---|---|
| events | INTEGER | Number of undo events to store. |
Sets the maximum number of undo events that can be stored in the undo table. Setting this to zero effectively turns off undo.
Availability: from VectorWorks8.0