iric_geo_polygon_read_integervalue_f

  • Reads the value of polygon data as integer

Format (FORTRAN)

call iric_geo_polygon_read_integervalue_f(pid, intval, ier)

Format (C/C++)

ier = iRIC_Geo_Polygon_Read_IntegerValue(pid, &intval);

Format (Python)

This function does not exists for Python.

Arguments

Table 136 Arguments of iric_geo_polygon_read_integervalue_f
Variable name Type I/O Description
Pid integer I Polygon ID
intval integer O The value of the polygon
Ier integer O Error code. 0 means success.