"getNumPolygons"

Returns the number of polygons in all layers.

Synopsis

int getNumPolygons();

Parameters

Parameter Description
- -

Description

Returns the number of polygons in all layers.

Example

The code below will return the number of all polygons.

main()
{
  int i;
  i = GisViewer_ewo1.getNumPolygons();
  DebugN(i);
}

Assignment

GIS Viewer