"showLayer"

Shows a layer.

Synopsis

void showLayer(string strLayer);

Parameters

Parameter Description
strLayer Name of the layer

Description

Shows a layer.

Example

Shows the layer "COUNTRY".

main()
{
  GisViewer_ewo1.showLayer("COUNTRY");
}

Assignment

GIS Viewer