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