VS:NameUndoEvent

From Vectorworks Developer
Revision as of 14:35, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Procedure NameUndoEvent names the undo event that is currently being built by VectorScript execution. Parameter eventName is the name of the undo event.

PROCEDURE NameUndoEvent(
eventName :STRING);
def vs.NameUndoEvent(eventName):
    return None

Parameters

eventName STRING Name of undo event.

Remarks

Names the undo event that is currently being built.

Version

Availability: from VectorWorks8.0