Method RemoveGroup
RemoveGroup(GraphDescriptor, GroupDescriptor)
Remove a group from the graph
Declaration
public static bool RemoveGroup(GraphDescriptor desc, GroupDescriptor group)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor |
| GroupDescriptor | group | The group to remove |
Returns
| Type | Description |
|---|---|
| bool | Returns true for success |