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