Object Reference : Object View and Procedure Reference : Geomap
  
 
show
Shows the specified area(s) in the geomap.
Syntax
geomap_name.show area_list
where area_list is a list of areas that will be shown in addition to what is already shown. area_list may be a list of area IDs or “all.” The area ID for each area is listed in the attributes view of the geomap and corresponds to the EViews ID column.
Examples
geomap01.show 3 5 10
shows areas numbered 3, 5, and 10 in the geomap object GEOMAP1.
geomap01.show all
shows all the areas in the geomap object GEOMAP1.
Cross-references
See also Geomap::hide.