Click or drag to resize

GM_Projection_tGetDatumInfo Method

Gets the parameters for a particular datum

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GetDatumInfo(
	DATUM aDatumCode,
	out GM_DatumInfo_t aDatumInfo
)

Parameters

aDatumCode
Type: GlobalMapperDATUM
IN: Datum code to get information about
aDatumInfo
Type: GlobalMapperGM_DatumInfo_t
OUT: Information about datum transformation for datum

Return Value

Type: GM_Error_t32
A GM Error Code
See Also