Click or drag to resize

GM_Projection_tAddCustomDatum Method

Adds a new custom datum with the given parameters

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

Parameters

aDatumInfo
Type: GlobalMapper.TypesGM_DatumInfo_t
IN: Information about datum transformation to add
aDatumCode
Type: GlobalMapper.TypesDATUM
OUT: Datum code assigned to new custom datum

Return Value

Type: GM_Error_t32
A GM Error Code
See Also