Load a mosaic map.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_LoadMosaic(ZMAP hMap, const char* lpMosaicFileName);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to the map that shall be loaded from disk. |
| lpMosaicFileName | const char* | A handle to a C-style string containing the full path-name of the mosaic master file to be loaded. |
False if an error occurred, and true otherwise.
None.