globalmapper.SaveProjectionToFile¶
- globalmapper.SaveProjectionToFile(string aFilename, GM_Projection_t aProj, uint32 aReserved) GM_Error_t32 [source]¶
Saves a GM_Projection_t structure to a projection (PRJ) file.
- Parameters
aFilename (str) – filename of projection file to save to
aProj (GM_Projection_t) – projection to save
aReserved (uint32) – Reserved for future use; must be 0.
- Returns
Error Code
- Return type
GM_Error_t32