iric_geo_riversurvey_read_leftshift_f¶
Reads the shift offset value of the crosssection
Format (FORTRAN)¶
call iric_geo_riversurvey_read_leftshift_f(rid, pointid, shift, ier)
Format (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Read_LeftShift(rid, pointid, &shift);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
rid |
integer |
I |
River Survey Data ID |
pointid |
integer |
I |
Crosssection ID |
shift |
double precision |
O |
The amount of left shift |
ier |
integer |
O |
Error code. 0 means success. |