Global Mapper SDK
GM_ClosePackage
Closes a previously opened package that was opened with the GM_LoadPackage function.
Syntax
C++
Copy
GM_Error_t32 GM_ClosePackage
(
GM_PackageHandle_t32 aPackage
);