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






Gets 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 boolean getAutoDeleteLinks ()

 Return Value

true if links are deleted automatically, or false otherwise. The default value is true.

 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