iric_geo_polygon_open

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

形式 (FORTRAN)

call iric_geo_polygon_open(filename, pid, ier)

形式 (C/C++)

ier = iRIC_Geo_Polygon_Open(filename, &pid);

形式 (Python)

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

引数

表 193 iric_geo_polygon_open の引数

変数名

I/O

内容

filename

character(*)

I

ファイル名

pid

integer

O

開いたポリゴンのID

ier

integer

O

エラーコード。0なら成功