Method AddComment
AddComment(GraphDescriptor, string, string)
Add a comment in the Graph
Declaration
public static CommentDescriptor AddComment(GraphDescriptor desc, string displayName, string contents)
Parameters
| Type | Name | Description | 
|---|---|---|
| GraphDescriptor | desc | The GraphDescriptor  | 
    
| string | displayName | The DisplayName title of the comment  | 
    
| string | contents | The description content of the comment  | 
    
Returns
| Type | Description | 
|---|---|
| CommentDescriptor | Returns a new CommentDescriptor  |