Click or drag to resize

GM_Projection_tSaveToFile Method

Saves a GM_Projection_m structure to a projection (PRJ) file.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 SaveToFile(
	string aFilename,
	uint aReserved
)

Parameters

aFilename
Type: SystemString
Filename of projection file to save to
aReserved
Type: SystemUInt32
Reserved for future use, must be 0

Return Value

Type: GM_Error_t32
GM Error Code
See Also