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 NoneUndoOff;import vs
# Procedure UndoOff clears the undo table and suspends undo for the remainder
# of the VectorScript procedure.
vs.UndoOff()Availability: from VectorWorks8.0