iRIC_Geo_RiverSurvey_Read_WaterSurfaceElevation

Reads the water elevation at the cross-section.

Format (FORTRAN)

call iRIC_Geo_RiverSurvey_Read_WaterSurfaceElevation(geo_handle, csid, set, value, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_WaterSurfaceElevation(geo_handle, csid, set, value)

Format (Python)

set, value = iRIC_Geo_RiverSurvey_Read_WaterSurfaceElevation(geo_handle, csid)

Arguments and returned value

geo_handle

Table 1861 Description of geo_handle

Item

Value

Name

geo_handle

Input/Output

Input

Description

Handle of geographic data

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

csid

Table 1862 Description of csid

Item

Value

Name

csid

Input/Output

Input

Description

Cross-Section ID (Start from 1)

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

set

Table 1863 Description of set

Item

Value

Name

set

Input/Output

Output

Description

If defined, the value is 1, otherwise 0

Data type (FORTRAN)

integer

Data type (C/C++)

int*

Data type (Python)

int

value

Table 1864 Description of value

Item

Value

Name

value

Input/Output

Output

Description

The value of the condition

Data type (FORTRAN)

double precision

Data type (C/C++)

double*

Data type (Python)

float

ier

Table 1865 Description of ier

Item

Value

Name

ier

Input/Output

Output

Description

Error code. 0 means success, other values mean error.

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

(Not defined)