Search
DiagramItem.restoreProperties Method
See Also
 

Restores the properties of this diagram item. This method is invoked by the undo/redo subsystem when undoing or redoing a ChangeItemCmd instance.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void restoreProperties (
    DiagramItemProperties props
)

 Parameters

props

A DiagramItemProperties-derived object containing a snapshot of the item's properties.

 See Also