Click or drag to resize

GM_Projection_tGetBase Method

Retrieves the underlying base projection that forms the basis for a given projection.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public GM_Error_t32 GetBase(
	out GM_Projection_t aProjBase
)

Parameters

aProjBase
Type: GlobalMapperGM_Projection_t
OUT: projection on which the input projection is based

Return Value

Type: GM_Error_t32
GM Error Code
See Also