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