Creates a new hierarchical Group with the specified main item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Group CreateGroup ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateGroup( _ |
The newly created Group instance if successfully created; otherwise null (Nothing in Visual Basic).
RemarksUse this method to create an hierarchical group of items. Attach subordinated items by using the various Group members.
See Also