Click or drag to resize

GM_Projection_tLoadProjectionFile Method

Initializes a GM_Projection_t structure from a projection (PRJ, Ozi .map, etc.) file.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 LoadProjectionFile(
	string aFilename,
	out GM_Projection_t aProj
)

Parameters

aFilename
Type: SystemString
filename of projection file to load
aProj
Type: GlobalMapperGM_Projection_t
buffer in which to place decoded projection.

Return Value

Type: GM_Error_t32
GM Error Code
See Also