iric_geo_riversurvey_read_fixedpointl_f¶
Reads the data of left bank extension line of the crosssection
Format (FORTRAN)¶
call iric_geo_riversurvey_read_fixedpointl_f(rid, pointid, set, directionx, directiony, index, ier)
Format (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Read_FixedPointL(rid, pointid, &set, &directionx, &directiony, &index);
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 |
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 left bank extension line starts |
ier |
integer |
O |
Error code. 0 means success. |