iric_geo_polygon_read_realvalue_f

  • Reads the value of polygon datas double precision real

Format (FORTRAN)

call iric_geo_polygon_read_realvalue_f(pid, realval, ier)

Format (C/C++)

ier = iRIC_Geo_Polygon_Read_RealValue(pid, &realval);

Format (Python)

This function does not exists for Python.

Arguments

Table 137 Arguments of iric_geo_polygon_read_realvalue_f

Variable name

Type

I/O

Description

Pid

integer

I

Polygon ID

realval

double precision

O

The value of the polygon

Ier

integer

O

Error code. 0 means success.