Click or drag to resize

GM_Projection_tAddCustomEllipsoid Method

Adds a new custom ellipsoid 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 AddCustomEllipsoid(
	string aEllipsoidName,
	double aSemiMajor,
	double aSemiMinor
)

Parameters

aEllipsoidName
Type: SystemString
IN: Name of ellipsoid
aSemiMajor
Type: SystemDouble
IN: Semi-major axis in meters
aSemiMinor
Type: SystemDouble
IN: Semi-minor axis in meters

Return Value

Type: GM_Error_t32
A GM Error Code
See Also