Global Mapper SDK
GM_LoadProjectionFile
Initializes a GM_Projection_t structure from a projection (PRJ, Ozi .map, etc.) file.
Syntax
C++
Copy
GM_Error_t32 __stdcall GM_LoadProjectionFile
(
const char* aFilename, // filename of projection file to load
GM_Projection_t* aProj // buffer in which to place decoded projection.
);