iric_geo_polygon_open_f¶
Opens the geographic data file that contains polygon data
Format (FORTRAN)¶
call iric_geo_polygon_open_f(filename, pid, ier)
Format (C/C++)¶
ier = iRIC_Geo_Polygon_Open(filename, &pid);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
filename |
character(*) |
I |
File name |
pid |
integer |
O |
Polygon ID for opened file |
ier |
integer |
O |
Error code. 0 means success. |