iric_geo_polygon_close_f¶
Closes the geographic data file
Format (FORTRAN)¶
call iric_geo_polygon_close_f(pid, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Close(pid);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
pid |
integer |
I |
Polygon ID |
ier |
integer |
O |
Error code. 0 means success. |