GM_Utility .AddCustomDatum Method
Adds a new custom datum with the given parameters

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

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

Parameters

aDatumInfo
Type:  GlobalMapper.Types.GM_DatumInfo_t
IN: Information about datum transformation to add
aStyle
Type:  GlobalMapper.Types.DATUM
OUT: Datum code assigned to new custom datum

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also