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