GM_Utility .LoadProjectionFromEPSGCode Method
Initializes a GM_Projection_t structure from an EPSG code

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

Syntax
C#
Copy
public static GM_Error_t32 LoadProjectionFromEPSGCode(
                        uint aEpsgCode,
                        out GM_Projection_t aProj
                )

Parameters

aEpsgCode
Type:  System.UInt32
IN: EPSG code to get projection from
aProj
Type: GlobalMapper.Types.GM_Projection_t
OUT: buffer in which to place decoded projection.

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also