AdsbMessageAirbornePosition Property |
Gets or sets the content of an airborne position message.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AirbornePositionMessage AirbornePosition { get; set; }
Public Property AirbornePosition As AirbornePositionMessage
Get
Set
public:
property AirbornePositionMessage^ AirbornePosition {
AirbornePositionMessage^ get ();
void set (AirbornePositionMessage^ value);
}
member AirbornePosition : AirbornePositionMessage with get, set
Property Value
Type:
AirbornePositionMessageRemarks
Note that type code 0 messages are considered by the code to be airborne positions, although in
principle they can also be transmitted by vehicles on the ground.
See Also