|
Table of Contents
map_ExportMapDescriptionExport a map as a file, optionally with a different map size. Function prototypebool CExtAPI::map_ExportMap(ZMAP hMap, const char* lpFileName, ZFORMAT hFormat, long nx, long ny); Arguments
Return valueFalse if an error occurred, and true otherwise. CommentsDifference with map_SaveFilemap_SaveFile stores the filename and format and sets saved/modified flags, whereas map_ExportMap does no such thing. Furthermore, map_ExportMap can export at a different map size, and may also be used to save mosaics as a single map file. Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
|