Search
DiagramLink.getOriginConnection Method
See Also
 

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

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

 Syntax

Java  Copy Code

public ConnectionPoint getOriginConnection ()

 Return Value

An instance of ConnectionPoint or derived class.

 See Also