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