Object Reference : Object View and Procedure Reference : Geomap
  
 
 
mask
Make specified areas in the geomap invisible.
Syntax
geomap_name.mask 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.mask 2 4 10 20
turns off display for areas 2, 4, 10, and 20 in the geomap object GMAP1.
gmap1.mask @unlinked
turns off display for all unlinked shapes from the shapefile.
Cross-references
See “Geomaps” for a discussion of geomaps.
See also Geomap::unmask.