Search
Selection.getNodes Method
See Also
 

Gets a list of all selected boxes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public DiagramNodeList getNodes ()

 Return Value

A DiagramNodeList containing the selected boxes.

 See Also