iric_geo_riversurvey_read_fixedpointr_f

  • Reads the data of right bank extension line of the crosssection

Format (FORTRAN)

call iric_geo_riversurvey_read_fixedpointr_f(rid, pointid, set, directionx, directiony, index, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_FixedPointR(rid, pointid, &set, &directionx, &directiony, &index);

Format (Python)

This function does not exists for Python.

Arguments

Table 154 Arguments of iric_geo_riversurvey_read_fixedpointr_f
Variable name Type I/O Description
rid integer I River Survey Data ID
pointid integer I Crosssection ID
set integer O If defined, the value is 1
directionx double precision O X component of normalized direction vector
direction double precision O Y component of normalized direction vector
index integer O The ID of the altitude data where the right bank extension line starts
ier integer O Error code. 0 means success.