Search
DiagramLink.isConnected Method
See Also
 

Gets a value indicating whether a link is connected to any nodes.

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

 Syntax

Java  Copy Code

public boolean isConnected ()

 Return Value

true if the link is connected to any node, otherwise false.

 See Also