ASP.NET Pack Programmer's Guide
Diagram.getLinks Method
See Also
 





Returns the array of all links in this diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getLinks ()

 Return Value

Array of all DiagramLink instances in the diagram.

 Remarks

You cannot add or remove links directly through this array, but must use the addItem and removeItem methods instead.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace