GM_Utility .SaveProjectionToFile Method
Saves a GM_Projection_m structure to a projection (PRJ) file.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 SaveProjectionToString(
                        GM_Projection_t aProj,
                        out string aProjStr,
                        uint aMaxLength,
                        uint aReserved
                )

Parameters

aProj
Type: GlobalMapper.Types.GM_Projection_t
Projection to save
aProjStr
Type: System.String
Buffer to store string in
aMaxLength
Type: System.UInt32
Size of string buffer
aReserved
Type: System.UInt32
Reserved for future use, must be 0

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also