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