STK AviatorSend comments on this topic.
FlyCruiseAirspeedProfile Property (IAgAvtrProcedureAreaTargetSearch)
See Also
Windows





Windows & Linux

Description

Opt whether the aircraft immediately adopts the selected cruise airspeed or gradually begins accelerating/decelerating in the previous procedure.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FlyCruiseAirspeedProfile() As Boolean
[C#]
public bool FlyCruiseAirspeedProfile {get; set;}
[Managed C++]
public: __property bool get_FlyCruiseAirspeedProfile();
public: __property void set_FlyCruiseAirspeedProfile( bool );
[Unmanaged C++]
public: HRESULT get_FlyCruiseAirspeedProfile(
    VARIANT_BOOL * pVal
);
public: HRESULT put_FlyCruiseAirspeedProfile(
    VARIANT_BOOL pVal
);
[Java]
public bool getFlyCruiseAirspeedProfile();
public void setFlyCruiseAirspeedProfile(
    bool
);
[Python - STK API ]
@property
def FlyCruiseAirspeedProfile(self) -> bool:

@FlyCruiseAirspeedProfile.setter
def FlyCruiseAirspeedProfile(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.