"home"

Zooms a map to the full extent.

Synopsis

void home();

Parameters

Parameter Description
-

Description

The function "home"; will zoom the map to the full extent.

Example

The code zooms the map to the full extent.

main()
{
  GisViewer_ewo1.home();
}

Assignment

GIS Viewer