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