Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 344 Bytes

File metadata and controls

20 lines (14 loc) · 344 Bytes

UndoOff

Description

Procedure UndoOff clears the undo table and suspends undo for the remainder of the VectorScript procedure. The undo system resumes after the procedure is completed.

PROCEDURE UndoOff;
def vs.UndoOff():
    return None

Version

Availability: from VectorWorks8.0

Category

  • Utility