"showShapesAll"

Shows all shapes for a layer.

Synopsis

void showShapesAll(string strLayer);

Parameters

Parameter Description
strLayer The layer whose shapes should be displayed.

Description

Shows all shapes for a layer.

Example

Shows all shapes of the layer cities.

main()
{
  GisViewer_ewo1.showShapesAll("cities");
}

Assignment

GIS Viewer