ASP.NET Pack Programmer's Guide
DiagramLink.getDestination Method
See Also
 





Gets the destination node of this link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getDestination ()

 Return Value

The DiagramNode that is destination of this link.

 Remarks

The link's destination can be changed programmatically with the setDestination method.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
setDestination Method
getOrigin Method