Gets whether links are deleted automatically when their Origin or Destination is deleted.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean getAutoDeleteLinks () |
true if links are deleted automatically, or false otherwise. The default value is true.
RemarksIf this property is set to false, deleting a node will leave its links in the diagram as unconnected links.
See Also