GM_Utility .LoadProjectionFile Method
Initializes a GM_Projection_t structure from a projection (PRJ, Ozi .map, etc.) 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 LoadProjectionFile(
                        string aFilename,
                        out GM_Projection_t aProj
                )

Parameters

aFilename
Type:  System.String
filename of projection file to load
aProj
Type: GlobalMapper.Types.GM_Projection_t
buffer in which to place decoded projection

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also