Global Mapper SDK
| GM_Projection_t .AddCustomEllipsoid Method |
Adds a new custom ellipsoid with the given parameters
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
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: Semi-major axis in meters - aSemiMinor
-
Type:
System
.
Double
IN: Semi-minor axis in meters
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.