Get the thrust Coefficients.
Read-only property
[Visual Basic .NET] |
---|
Public Property ThrustCoefficients() As IAgVAEngineModelThrustCoefficients |
[C#] |
---|
public IAgVAEngineModelThrustCoefficients ThrustCoefficients {get;} |
[Managed C++] |
---|
public: __property IAgVAEngineModelThrustCoefficients ^ get_ThrustCoefficients(); |
[Unmanaged C++] |
---|
public: HRESULT get_ThrustCoefficients( IAgVAEngineModelThrustCoefficients ** ppVAEngineModelThrustCoefficients ); |
[Java] |
---|
public IAgVAEngineModelThrustCoefficients getThrustCoefficients(); |
[Python - STK API ] |
---|
@property def ThrustCoefficients(self) -> "IAgVAEngineModelThrustCoefficients": |