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