NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
void SetNetName_bn ( | net_bn* net, const char* name ) |
Changes the name of net to be name.
name must be a legal IDname, which means it must have NAME_MAX_ns (30) or fewer characters, all of which are letters, digits or underscores, and it must start with a letter.
Netica will make a copy of name; it won't modify or free the passed string.
Version:
See also:
GetNetName_bn | Retrieves value | |
SetNetTitle_bn | Doesn't have the restriction of an IDname | |
NewNet_bn | Gives the net its original name |