iric_geo_riversurvey_read_leftshift_f¶
横断線の標高データのシフト量を返す。
形式 (FORTRAN)¶
call iric_geo_riversurvey_read_leftshift_f(rid, pointid, shift, ier)
形式 (C/C++)¶
ier = iRIC_Geo_RiverSurvey_Read_LeftShift(rid, pointid, &shift);
形式 (Python)¶
Python にはこの関数は存在しない
引数¶
変数名 |
型 |
I/O |
内容 |
|---|---|---|---|
rid |
integer |
I |
河川測量データのID |
pointid |
integer |
I |
横断線のID |
shift |
double precision |
O |
シフト量 |
ier |
integer |
O |
エラーコード。0なら成功 |