Global Mapper SDK
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.
);
Comments
0 comments
Please sign in to leave a comment.