The CBF z component of the spacecraft burnout location. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property CartesianBurnoutZ() As Double |
[C#] |
---|
public double CartesianBurnoutZ {get; set;} |
[Managed C++] |
---|
public: __property double get_CartesianBurnoutZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_CartesianBurnoutZ( double * pVal ); public: HRESULT put_CartesianBurnoutZ( double newVal ); |
[Java] |
---|
public double getCartesianBurnoutZ(); public void setCartesianBurnoutZ( double ); |