The CBF z component of the spacecraft burnout velocity. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property CartesianBurnoutVZ() As Double |
[C#] |
---|
public double CartesianBurnoutVZ {get; set;} |
[Managed C++] |
---|
public: __property double get_CartesianBurnoutVZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_CartesianBurnoutVZ( double * pVal ); public: HRESULT put_CartesianBurnoutVZ( double newVal ); |
[Java] |
---|
public double getCartesianBurnoutVZ(); public void setCartesianBurnoutVZ( double ); |