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