Re-save a mosaic, and all its tiles, with a new name/path.
bool CExtAPI::map_SaveMosaicAs(ZMAP hMap, const char* lpFileName);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A handle to the mosaic map to be re-saved. |
| lpFileName | const char* | A handle to a C-style string containing the full path an extension of the new mosaic master file. |
False if an error occurred, and true otherwise.
None.