STK AviatorSend comments on this topic.
PoweredCruiseThrustModel Property (IAgAvtrBasicManeuverStrategyGlideProfile)
See Also
Windows





Windows & Linux

Description

Get the powered cruise thrust model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.