iric_geo_riversurvey_read_name_f

  • Reads the name of the crosssection as string

Format (FORTRAN)

call iric_geo_riversurvey_read_name_f(rid, pointid, name, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_Name(rid, pointid, name);

Format (Python)

This function does not exists for Python.

Arguments

Table 148 Arguments of iric_geo_riversurvey_read_name_f

Variable name

Type

I/O

Description

rid

integer

I

River Survey Data ID

pointid

integer

I

Crosssection ID

name

character(*)

O

Name of the crosssection

ier

integer

O

Error code. 0 means success.