Search
DiagramLink.setOriginConnection Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setOriginConnection (
    ConnectionPoint value
)

 Parameters

value

An instance of ConnectionPoint or derived class.

 See Also