Click or drag to resize

GM_Projection_tSaveProjectionToString Method

Saves a GM_Projection_t structure to a WKT projection string.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SaveProjectionToString(
	GM_Projection_t aProj,
	out string aProjStr,
	uint aMaxLength,
	uint aReserved
)

Parameters

aProj
Type: GlobalMapperGM_Projection_t
Projection to save
aProjStr
Type: SystemString
Buffer to store string in
aMaxLength
Type: SystemUInt32
Size of string buffer
aReserved
Type: SystemUInt32
Reserved for future use, must be 0

Return Value

Type: GM_Error_t32
GM Error Code
See Also