iric_geo_riversurvey_read_altitudecount_f¶
Reads the number of altitude data of the crosssection
Format (FORTRAN)¶
call iric_geo_riversurvey_read_altitudecount_f(rid, pointid, count, ier)
Format (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Read_AltitudeCount(rid, pointid, &count);
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 |
count |
integer |
O |
The number of altitude data |
ier |
integer |
O |
Error code. 0 means success. |