Click or drag to resize

GM_Projection_tLoadProjectionFromEPSGCode Method

Initializes a GM_Projection_t structure from an EPSG code

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 LoadProjectionFromEPSGCode(
	uint aEpsgCode,
	out GM_Projection_t aProj
)

Parameters

aEpsgCode
Type: SystemUInt32
IN: EPSG code to get projection from
aProj
Type: GlobalMapperGM_Projection_t
OUT: buffer in which to place decoded projection.

Return Value

Type: GM_Error_t32
GM Error Code
See Also