"getNumPoints"
Returns the number of points in all layers.
Synopsis
int getNumPoints();
Parameters
Parameter | Description |
---|---|
- | - |
Description
Returns the number of points in all layers.
Example
The code below will return the number of all points.
main()
{
int i;
i = GisViewer_ewo1.getNumPoints();
DebugN(i);
}
Assignment
GIS Viewer