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)

C#
Copy
public enum GM_RotationSense_t16

Member name | Value | Description | |
---|---|---|---|
RotateSense_TopOfMap | 0 | Rotation is to top of map (default) | |
RotateSense_TrueNorth | 4096 | Rotation is relative to true north | |
RotateSense_MagNorth | 8192 | Rotation is relative to magnetic north | |
RotateSense_Mask | 61440 | ||
RotateAngle_Mask | 4095 |
