Search
Diagram.setDirty Method (boolean)
See Also
 

Lets you set or clear the diagram's modification flag.

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

 Syntax

Java  Copy Code

public void setDirty (
    boolean value
)

 Parameters

value

true to mark the diagram as changed, otherwise false.

 See Also