MindFusion.Java Package Programmer's Guide
Diagram.setAutoDeleteLinks Method
See Also
 






Sets whether links are deleted automatically when their Origin or Destination is deleted.

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

 Syntax

Java  Copy Code

public void setAutoDeleteLinks (
    boolean value
)

 Parameters

value

true to delete links along with the nodes they connect, or false otherwise.

 Remarks

If this property is set to false, deleting a node will leave its links in the diagram as unconnected links.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
DelKeyAction Property