SetRelGridParm()

extern KADMOS_ERROR KADMOS_API SetRelGridParm
  (const RelGridParm *rgp, RelGridParm *rgpelement, int n);
      

Parameter:

rgp
Source structure to copy.
rgpelement
Pointer to an array element of structures RelGridParm.
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 RelGridParm.

Reference: