Search
DiagramLink.getDestinationConnection Method
See Also
 

Gets the ConnectionPoint object representing the link connection to its destination node.

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

 Syntax

Java  Copy Code

public ConnectionPoint getDestinationConnection ()

 Return Value

An instance of ConnectionPoint or a derived class.

 See Also