CardinalPoint Enumeration |
Cardinal Points enumeration type.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum CardinalPoint
Public Enumeration CardinalPoint
Dim instance As CardinalPoint
public enum class CardinalPoint
public enum CardinalPoint
public enum CardinalPoint
ZylSoft.Gps.CardinalPoint = function();
ZylSoft.Gps.CardinalPoint.createEnum('ZylSoft.Gps.CardinalPoint', false);
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
North | 0 |
North
|
South | 1 |
South
|
East | 2 |
East
|
West | 3 |
West
|
See Also