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