%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
UndoHistory Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : UndoHistory Method
return the ModificationHistory. of the selected document object.

Syntax

JScript 
public function UndoHistory() : ModificationHistory;

Remarks

When a new document selected by SelectDocument the UndoHistory will reference to a new empty ModificationHistory object

See Also