SetRelGraph()

extern KADMOS_ERROR KADMOS_API SetRelGraph
  (const RelGraph *relgraph, RelGraph *rgelement, int n);
      

Parameter:

relgraph
Source structure to copy.
rgelement
Pointer on a field of structures RelGraph to copy into.
n
Number of the array element to take the content.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function reads a directly specified data structure and copies it into a field of RelGraph structures.

Reference: