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