iric_geo_riversurvey_read_realname_f

  • Reads the name of the crosssection as real number

Format (FORTRAN)

call iric_geo_riversurvey_read_realname_f(rid, pointid, realname, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_RealName(rid, pointid, &realname);

Format (Python)

This function does not exists for Python.

Arguments

Table 149 Arguments of iric_geo_riversurvey_read_realname_f

Variable name

Type

I/O

Description

rid

integer

I

River Survey Data ID

pointid

integer

I

Crosssection ID

realname

double precision

O

Name of the crosssection

ier

integer

O

Error code. 0 means success.