iric_geo_polygon_open_f

ポリゴンファイルを開く。

形式 (FORTRAN)

call iric_geo_polygon_open_f(filename, pid, ier)

形式 (C/C++)

ier = iRIC_Geo_Polygon_Open(filename, &pid);

形式 (Python)

Python にはこの関数は存在しない

引数

表 141 iric_geo_polygon_open_f の引数
変数名 I/O 内容
filename character(*) I ファイル名
pid integer O 開いたポリゴンのID
ier integer O エラーコード。0なら成功