SurfacePositionMessageIsReversing Property |
Gets or sets a value indicating that the vehicle is reversing.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsReversing { get; set; }
Public Property IsReversing As Boolean
Get
Set
public:
property bool IsReversing {
bool get ();
void set (bool value);
}
member IsReversing : bool with get, set
Property Value
Type:
BooleanSee Also