GM_RotationSense_t16 Enumeration
This type is OR'd with the mRotation member of the GM_PointStyle_t structure to specify symbol rotation sense.

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

Syntax
C#
Copy
public enum GM_RotationSense_t16
Members
Member nameValueDescription
RotateSense_TopOfMap0Rotation is to top of map (default)
RotateSense_TrueNorth4096Rotation is relative to true north
RotateSense_MagNorth8192Rotation is relative to magnetic north
RotateSense_Mask61440
RotateAngle_Mask4095
See Also