DroidDiagram Programmer's Guide
AddGroupCmd Constructor (Group, DiagramItem, boolean)
See Also
 






Initializes a new instance of the AddGroupCmd class.

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

 Syntax

Java  Copy Code

public AddGroupCmd (
    Group group,
    DiagramItem item,
    boolean saveAttachments
)

 Parameters

group

The group that is added to the diagram by this command.

item

The master item of the group.

saveAttachments

Specifies whether to save the attachment information for later redo.

 See Also

AddGroupCmd Constructor Overload List
AddGroupCmd Class
com.mindfusion.diagramming Namespace