====== map_GetMosaicTileSize ====== ===== Description ===== Get the size, in pixels, of the side-length of the tiles in a mosaic map. Note tiles are always square, even though maps are not. ===== Function prototype ===== long CExtAPI::map_GetMosaicTileSize(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | A ZMAP handle to the map, the mosaic tile size of which is to be retrieved. | ===== Return value ===== Zero if an error occurred or the map is not a mosaic, and greater than zero otherwise. ===== Comments ===== None.