STK AstrogatorSend comments on this topic.
ThrustCoefficients Property (IAgVAEngineModelPoly)
See Also
Windows





Windows & Linux

Description

Get the thrust Coefficients.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.