iric_geo_polygon_read_pointcount_f

  • Reads the number of polygon vertices

Format (FORTRAN)

call iric_geo_polygon_read_pointcount_f(pid, count, ier)

Format (C/C++)

ier = iRIC_Geo_Polygon_Read_PointCount(pid, &count);

Format (Python)

This function does not exists for Python.

Arguments

Table 138 Arguments of iric_geo_polygon_read_pointcount_f

Variable name

Type

I/O

Description

pid

integer

I

Polygon ID

count

integer

O

The number of vertices of the polygon

ier

integer

O

Error code. 0 means success.