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





Gets the origin node of this link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function getOrigin ()

 Return Value

The DiagramNode that is the origin of this link.

 Remarks

The link's origin can be changed programmatically with the setOrigin method.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
setOrigin Method
getDestination Method