Click or drag to resize

GM_CalcBearingFlags_t8 Enumeration

Flags to use when making a GM_CalcBearing call

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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