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:

Versions 2.07 and later have this function.

See also:

SetNetUserField_bn    Sets them
GetNetUserField_bn    Retrieve field by name
GetNodeNthUserField_bn    The equivalent function for nodes