Get the powered cruise thrust model.
Read-only property
[Visual Basic .NET] |
---|
Public Property PoweredCruiseThrustModel() As IAgAvtrPropulsionThrust |
[C#] |
---|
public IAgAvtrPropulsionThrust PoweredCruiseThrustModel {get;} |
[Managed C++] |
---|
public: __property IAgAvtrPropulsionThrust ^ get_PoweredCruiseThrustModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_PoweredCruiseThrustModel( IAgAvtrPropulsionThrust ** ppVal ); |
[Java] |
---|
public IAgAvtrPropulsionThrust getPoweredCruiseThrustModel(); |
[Python - STK API ] |
---|
@property def PoweredCruiseThrustModel(self) -> "IAgAvtrPropulsionThrust": |