GM_Utility .AddCustomEllipsoid Method |
Adds a new custom ellipsoid with the given parameters
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 AddCustomEllipsoid(
string aEllipsoidName,
double aSemiMajor,
double aSemiMinor
)
Parameters
- aEllipsoidName
-
Type:
System.String
IN: Name of ellipsoid - aSemiMajor
-
Type:
System.Double
IN: Default draw style for features of this type - aSemiMinor
-
Type:
System.Double
IN: Semi-minor axis in meters
Return Value
Type: GM_Error_t32A GM Error Code
