Method AddGroup
AddGroup(GraphDescriptor, string)
Add a new group to the graph
Declaration
public static GroupDescriptor AddGroup(GraphDescriptor desc, string groupName)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| string | groupName | The group name |
Returns
| Type | Description |
|---|---|
| GroupDescriptor | Returns a new GroupDescriptor |