====== format_IsMosaic ====== ===== Description ===== Determine whether a file format supports mosaic maps. ===== Function prototype ===== bool CExtAPI::format_IsMosaic(ZFORMAT hFormat); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hFormat// | ZFORMAT | A handle to a file format, of which the mosaic support is to be ascertained. | ===== Return value ===== False if: * The format does not support mosaic maps, or; * Another error has occured. True otherwise. ===== Comments ===== None.