Object Reference : Object View and Procedure Reference : Geomap
  
 
unmask
Make visible specified areas in the geomap.
Syntax
geomap_name.unmask area_list
where area_list is a space delimited integer list of the area IDs. To obtain the ID number of an area, see the @id geomap data member.
The keyword “@unlinked” may be used to specify all shapes that are not linked to observations in the workfile.
Examples
gmap1.unmask 2 4 10 20
turns on display for areas 2, 4, 10, and 20 in the geomap object GMAP1.
gmap1.unmask @unlinked
turns on display for all unlinked shapes in the shapefile.
Cross-references
See “Geomaps” for a discussion of geomaps.
See also Geomap::mask.