SetRelGrid()

extern KADMOS_ERROR KADMOS_API SetRelGrid
  (const RelGrid *relgrid, RelGrid *rgelement, int n);
      

Parameter:

relgrid
Source structure to copy.
rgelement
Pointer to an array element of structures RelGrid.
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 structures of the type RelGrid.

Reference: