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





Returns the array of all items in this diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getItems ()

 Return Value

Array of all DiagramItem instances in the diagram.

 Remarks

This collection gives you access to all items contained in this diagram. You cannot add or remove items directly through it, but must use the addItem and removeItem methods instead.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace