Description
The CBF x component of the spacecraft burnout velocity. Uses Rate Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CartesianBurnoutVX() As Double
|
[C#] |
---|
public double CartesianBurnoutVX {get; set;}
|
[Managed C++] |
---|
public: __property double get_CartesianBurnoutVX(); public: __property void set_CartesianBurnoutVX(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CartesianBurnoutVX(
double * pVal
);
public: HRESULT put_CartesianBurnoutVX(
double newVal
);
|
[Java] |
---|
public double getCartesianBurnoutVX();
public void setCartesianBurnoutVX(
double
);
|
[Python - STK API] |
---|
@property
def CartesianBurnoutVX(self) -> float:
@CartesianBurnoutVX.setter
def CartesianBurnoutVX(self, newVal:float) -> None:
|
See Also