NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
void GetNetNthUserField_bn ( | const net_bn* net, int index, const char** name, const void** value, int* length, int kind ) |
This returns the user-defined named field (i.e., attribute-value) data associated with net, by index rather than field name.
It works equivalent to GetNodeNthUserField_bn; for more information, see that function.
For more information on user fields, see SetNodeUserField_bn.
Version:
See also:
SetNetUserField_bn | Sets them | |
GetNetUserField_bn | Retrieve field by name | |
GetNodeNthUserField_bn | The equivalent function for nodes |