====== map_SaveMosaic ====== ===== Description ===== Save all tiles in a mosaic map to disk (closes RAM cache). ===== Function prototype ===== bool CExtAPI::map_SaveMosaic(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to the map to be saved. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.