iric_geo_polygon_read_holepointcount

ポリゴンの穴の頂点の数を返す。

形式 (FORTRAN)

call iric_geo_polygon_read_holepointcount(pid, holeid, count, ier)

形式 (C/C++)

ier = iRIC_Geo_Polygon_Read_HolePointCount(pid, holeid, &count);

形式 (Python)

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

引数

表 198 iric_geo_polygon_read_holepointcount の引数
変数名 I/O 内容
pid integer I ポリゴンのID
holeid integer I 穴のID
count integer O ポリゴンの頂点の数
ier integer O エラーコード。0なら成功