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