Description
The CBF x component of the spacecraft burnout location. Uses Distance Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CartesianBurnoutX() As Double
|
[C#] |
---|
public double CartesianBurnoutX {get; set;}
|
[Managed C++] |
---|
public: __property double get_CartesianBurnoutX(); public: __property void set_CartesianBurnoutX(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CartesianBurnoutX(
double * pVal
);
public: HRESULT put_CartesianBurnoutX(
double newVal
);
|
[Java] |
---|
public double getCartesianBurnoutX();
public void setCartesianBurnoutX(
double
);
|
[Python - STK API] |
---|
@property
def CartesianBurnoutX(self) -> float:
@CartesianBurnoutX.setter
def CartesianBurnoutX(self, newVal:float) -> None:
|
See Also