 Description
Description
Select to define the climbing airspeed of the rotorcraft using the cruise airspeed of the current procedure.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property ClimbAtCruiseAirspeed() As Boolean
 | 
| [C#] | 
|---|
| public bool ClimbAtCruiseAirspeed {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property bool get_ClimbAtCruiseAirspeed();public: __property void set_ClimbAtCruiseAirspeed(
    bool
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_ClimbAtCruiseAirspeed(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ClimbAtCruiseAirspeed(
    VARIANT_BOOL newVal
);
 | 
| [Java] | 
|---|
| public bool getClimbAtCruiseAirspeed();
public void setClimbAtCruiseAirspeed(
    bool
);
 | 
| [Python - STK API] | 
|---|
| @property
def ClimbAtCruiseAirspeed(self) -> bool:
@ClimbAtCruiseAirspeed.setter
def ClimbAtCruiseAirspeed(self, newVal:bool) -> None:
 | 
 See Also
See Also