Burnout velocity, i.e. the velocity of the vehicle at the stop time.
Read-write property
[Visual Basic .NET] |
---|
Public Property BurnoutVel() As Double |
[C#] |
---|
public double BurnoutVel {get; set;} |
[Managed C++] |
---|
public: __property double get_BurnoutVel(); |
[Unmanaged C++] |
---|
public: HRESULT get_BurnoutVel( double * pVal ); public: HRESULT put_BurnoutVel( double BurnoutVel ); |
[Java] |
---|
public double getBurnoutVel(); public void setBurnoutVel( double ); |