Search
Selection.getSetsDirtyFlag Method
See Also
 

Gets a value indicating whether the diagram's Dirty flag should be set when selection changes.

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

 Syntax

Java  Copy Code

public boolean getSetsDirtyFlag ()

 Return Value

true if the Dirty flag is set when selection changes, otherwise, false.

 See Also