iric_geo_riversurvey_read_position_f

  • Reads the coordinates of the crosssection center point

Format (FORTRAN)

call iric_geo_riversurvey_read_position_f(rid, pointid, x, y, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_Position(rid, pointid, &x, &y);

Format (Python)

This function does not exists for Python.

Arguments

Table 146 Arguments of iric_geo_riversurvey_read_position_f
Variable name Type I/O Description
rid integer I River Survey Data ID
pointid integer I Crosssection ID
x double precision O X coordinate of the center point
y double precision O Y coordinate of the center point
ier integer O Error code. 0 means success.