"deleteAll"

Deletes all loaded layers and shapes of the GIS Viewer.

Synopsis

void deleteAll();

Parameters

Parameter Description
-

Description

Deletes all loaded layers and shapes of the GIS Viewer.

Example

main()
{
  GisViewer_ewo1.deleteAll();
}

Assignment

GIS Viewer