Search
Diagram.add Method (DiagramItem, boolean)
See Also
 

Adds a new item to the diagram and optionally selects it.

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

 Syntax

Java  Copy Code

public void add (
    DiagramItem item,
    boolean select
)

 Parameters

item

A DiagramItem that should be added to the diagram.

select

true if the item should be selected, otherwise false.

 See Also