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