STK AstrogatorSend comments on this topic.
ThrustEfficiencyMode Property (IAgVAManeuverOptimalFinite)
See Also
Windows





Windows & Linux

Description

Thrust - the calculations that are effected by the thrust efficiency value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThrustEfficiencyMode() As AgEVAThrustType
[C#]
public AgEVAThrustType ThrustEfficiencyMode {get; set;}
[Managed C++]
public: __property AgEVAThrustType get_ThrustEfficiencyMode();
public: __property void set_ThrustEfficiencyMode( AgEVAThrustType );
[Unmanaged C++]
public: HRESULT get_ThrustEfficiencyMode(
    AgEVAThrustType * pVal
);
public: HRESULT put_ThrustEfficiencyMode(
    AgEVAThrustType newVal
);
[Java]
public AgEVAThrustType getThrustEfficiencyMode();
public void setThrustEfficiencyMode(
    AgEVAThrustType
);
[Python - STK API ]
@property
def ThrustEfficiencyMode(self) -> "AgEVAThrustType":

@ThrustEfficiencyMode.setter
def ThrustEfficiencyMode(self, newVal:"AgEVAThrustType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.