                                                               disprstr_get
Chapter 11 Raster Manipulation
*
The contents of the stored (temp) raster or braster may be overwritten on 
the  displayed raster, replacing it.  This is the purpose of the disprstr_get 
command.  The raster is the current raster as edited.  The braster is normally
a copy of the original scan, but can also be a copy of the raster created 
with the brstr_create command.
*
disprstr_get

*   Gets the stored raster or braster to replace the displayed raster.
*
*        disprsts_get  r
*
*   Replaces the displayed raster with the stored raster or braster.
*   ___________________________________________________________________________
*   Options/arguments:
*
*        r   raster code:
*               a = edited raster
*               b = braster (original scan) FOR VIEWING ONLY
*               c = braster (original scan) TO REPLACE/OVERWRITE EDITED RASTER
*        NOTE: if b (original scan for viewing only) is chosen, the user
*        will NOT be allowed to edit it and if the map is  saved   the 
*        edited raster will NOT be overwritten.
*   ___________________________________________________________________________
*   Example(s):
*
*   To replace the raster displayed with the temp raster, enter:
*    
*        disprstr_get a
*
*
*   To display the original scan, enter:
*
*        disprstr_get b
    ___________________________________________________________________________
    See also:
 
              disprstr_ers, disprstr_mrg, disprstr_put, recall 
    ___________________________________________________________________________
