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