iric_geo_polygon_read_holepointcount_f

  • Reads the number of vertices of hole polygon

Format (FORTRAN)

call iric_geo_polygon_read_holepointcount_f(pid, holeid, count, ier)

Format (C/C++)

ier = iRIC_Geo_Polygon_Read_HolePointCount(pid, holeid, &count);

Format (Python)

This function does not exists for Python.

Arguments

Table 141 Arguments of iric_geo_polygon_read_holepointcount_f
Variable name Type I/O Description
pid integer I Polygon ID
holeid integer I Hole ID
count integer O The number of vertices of the hole polygon
ier integer O Error code. 0 means success.