GetRelGrid()

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

Parameter:

relgrid
Pointer to an array element of RelGrid.
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 RelGrid eine Struktur in eine direkt angegebene into a destination structure RelGrid.

Reference: