GM_CalcBearingFlags_t8 Enumeration
Flags to use when making a GM_CalcBearing call

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_CalcBearingFlags_t8
Members
Member nameValueDescription
CalcBearing_LatLon1The provided coordinates are latitude and longitude coordinates in the current datum rather than coordinates in the current projection
CalcBearing_TrueNorth0The returned CalcBearing will be relative to true north (default)
CalcBearing_MagNorth2The returned CalcBearing will be relative to magnetic north
CalcBearing_GridNorth4The returned CalcBearing will be relative to grid north
See Also