VS:NameUndoEvent: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:35, 12 August 2013

.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