NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
void SetNodeTitle_bn ( | node_bn* node, const char* title ) |
Sets the title of node to title, which can be any C character string to be used for titling the node. There are no restrictions on its length or what characters it may contain (unlike the 'name' of the node).
It is advised not to put too much information in the title, since the 'comment' field is available for that.
To remove a node's title, pass NULL or the empty string for title.
Netica will make a copy of title; it won't modify or free the passed string.
Version:
See also:
GetNodeTitle_bn | Retrieve value | |
SetNodeName_bn | The short, restricted name | |
SetNodeComment_bn | For longer descriptions | |
SetNetTitle_bn | Set the title for the whole net |