====== map_GetMosaicFlag ====== ===== Description ===== Get the MosaicFlag for a map, which states whether it is a mosaic or not. ===== Function prototype ===== bool CExtAPI::map_GetMosaicFlag(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to the map, the mosaic flag of which is to be retrieved. | ===== Return value ===== False if an error occurred or the map is not a mosaic, and true otherwise. ===== Comments ===== None.