GM_Utility .GetDatumInfo Method
Gets the parameters for a particular datum

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public static GM_Error_t32 GetDatumInfo(
                        DATUM aDatumCode,
                        out GM_DatumInfo_t aDatumInfo
                )

Parameters

aDatumCode
Type: GlobalMapper.Types.DATUM
IN: Datum code to get information about
aDatumInfo
Type: GlobalMapper.Types.GM_DatumInfo_t
OUT: Information about datum transformation for datum

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also