globalmapper.AddCustomDatum¶
- globalmapper.AddCustomDatum(GM_DatumInfo_t aDatumInfo) GM_Error_t32, DATUM [source]¶
Adds a new custom datum definition based on the provided GM_DatumInfo_t structure.
The datum code assigned for the new datum is returned. If a custom datum with the same name already exists, the parameters for that datum will be updated.
- Parameters
aDatumInfo (GM_DatumInfo_t) – Information about datum transformation to add
- Returns
Error Code
- Return type
GM_Error_t32
- Returns
Datum code assigned to new custom datum
- Return type
DATUM