GM_Utility .GetDatumInfo Method
Gets the parameters for a particular datum.
 
This function is deprecated. Datums retrieved from the GeoCalc datasource with the value GM_DATUM_GEOCALC will give invalid returns.

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. NOTE: should not be GM_DATUM_GEOCALC
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