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





Windows & Linux

Description

Gets or sets the powered cruise throttle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PoweredCruiseThrottle() As Double
[C#]
public double PoweredCruiseThrottle {get; set;}
[Managed C++]
public: __property double get_PoweredCruiseThrottle();
public: __property void set_PoweredCruiseThrottle( double );
[Unmanaged C++]
public: HRESULT get_PoweredCruiseThrottle(
    double * pVal
);
public: HRESULT put_PoweredCruiseThrottle(
    double newVal
);
[Java]
public double getPoweredCruiseThrottle();
public void setPoweredCruiseThrottle(
    double
);
[Python - STK API ]
@property
def PoweredCruiseThrottle(self) -> float:

@PoweredCruiseThrottle.setter
def PoweredCruiseThrottle(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.