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





Gets the incoming links collection of this DiagramNode.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getIncomingLinks ()

 Return Value

An array with the incoming DiagramLink-s.

 Remarks

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

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace