Click or drag to resize

GM_Projection_tAddCustomDatum Method

Adds a new custom datum with the given parameters

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

Parameters

aDatumInfo
Type: GlobalMapperGM_DatumInfo_t
IN: Information about datum transformation to add
aDatumCode
Type: GlobalMapperDATUM
OUT: Datum code assigned to new custom datum

Return Value

Type: GM_Error_t32
A GM Error Code
See Also