GetRelGraph()

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

Parameter:

relgraph
Pointer to an array element of RelGraph.
n
Number of the requested array element.
rgelement
Structure to take the content of the requested array element.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function copies the content of an array element of structures RelGraph into a destination structure RelGraph.

Reference: