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





Returns the array of all nodes in this diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getNodes ()

 Return Value

Array of all DiagramNode instances in the diagram.

 Remarks

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

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace