Search
DiagramLink.setDestination Method
See Also
 

Sets the destination node of a link.

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

 Syntax

Java  Copy Code

public void setDestination (
    DiagramNode value
)

 Parameters

value

A DiagramNode object representing the link destination.

 See Also