ASP.NET Pack Programmer's Guide
DiagramNode.getOutgoingLinks Method
See Also
 





Gets the outgoing links collection of this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getOutgoingLinks ()

 Return Value

An array with the outgoing DiagramLink-s.

 Remarks

Use this collection to get access to every link starting from the node, as well as get the number of such links.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace