Global Mapper SDK
Saves a GM_Projection_t structure to a projection (PRJ) file.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SaveProjectionToFile
(
const char* aFilename, // filename of projection file to save to
const GM_Projection_t* aProj, // projection to save
uint32 aReserved // reserved for future use, must be 0
);
Comments
0 comments
Please sign in to leave a comment.