CompactPositionReportingCoordinateOddFormat Property |
Gets or sets a value indicating whether the coordinate is in ODD format (true) or EVEN format (false).
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool OddFormat { get; set; }
Public Property OddFormat As Boolean
Get
Set
public:
property bool OddFormat {
bool get ();
void set (bool value);
}
member OddFormat : bool with get, set
Property Value
Type:
BooleanSee Also