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