Thrust - the calculations that are effected by the thrust efficiency value.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ThrustEfficiencyMode() As AgEVAThrustType |
| [C#] |
|---|
public AgEVAThrustType ThrustEfficiencyMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAThrustType get_ThrustEfficiencyMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAThrustType getThrustEfficiencyMode(); public void setThrustEfficiencyMode( AgEVAThrustType ); |
[Python - STK API ] |
|---|
@property def ThrustEfficiencyMode(self) -> "AgEVAThrustType": @ThrustEfficiencyMode.setter def ThrustEfficiencyMode(self, newVal:"AgEVAThrustType") -> None: |






