iric_geo_polygon_read_holecount_f¶
Reads the number of holes in the polygon
Format (FORTRAN)¶
call iric_geo_polygon_read_holecount_f(pid, holecount, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Read_HoleCount(pid, &holecount);
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
pid |
integer |
I |
Polygon ID |
holecount |
integer |
O |
The number of holes |
ier |
integer |
O |
Error code. 0 means success. |