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