Delegate GraphGenerator.SerializationHandlers.RemoveGroup
Delegate RemoveGroup
Namespace: Mechatronics.SystemGraph
Syntax
public delegate bool RemoveGroup(GraphDescriptor graph, GroupDescriptor desc);
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | graph | The graph descriptor. |
| GroupDescriptor | desc | The group descriptor. |
Returns
| Type | Description |
|---|---|
| Boolean |
|