Click or drag to resize

GM_SaveProjectionToFile

Saves a GM_Projection_t structure to a projection (PRJ) file.

Syntax
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
);