MindFusion.Diagramming for JavaScript Programmer's Guide

NodeListView.getNodes Method

See Also
 





Gets an array with all DiagramNode-s in this NodeListView.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function getNodes ()

 Return Value

an array of all DiagramNode-s in this NodeListView.

 See Also