Object Reference : Object View and Procedure Reference : Geomap
  
 
hide
Hides the specified area(s) in the geomap.
Syntax
geomap_name.hide area_list
where area_list is a list of areas that will be made hidden in addition to what is already hidden. 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.hide 1 4 6
hides areas numbered 1, 4, and 6 in the geomap object GEOMAP1.
geomap01.hide all
hides all the areas in the geomap object GEOMAP1.
Cross-references
See also Geomap::show.