Description
The thrust for this engine. Uses Force Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Thrust() As Double
|
| [C#] |
|---|
public double Thrust {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Thrust(); public: __property void set_Thrust(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Thrust(
double * pVal
);
public: HRESULT put_Thrust(
double InVal
);
|
| [Java] |
|---|
public double getThrust();
public void setThrust(
double
);
|
| [Python - STK API] |
|---|
@property
def Thrust(self) -> float:
@Thrust.setter
def Thrust(self, InVal:float) -> None:
|
See Also