STK AviatorSend comments on this topic.
DefaultCruiseAltitude Property (IAgAvtrAircraftBasicCruiseModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the aircraft's default cruise altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DefaultCruiseAltitude() As Double
[C#]
public double DefaultCruiseAltitude {get; set;}
[Managed C++]
public: __property double get_DefaultCruiseAltitude();
public: __property void set_DefaultCruiseAltitude( double );
[Unmanaged C++]
public: HRESULT get_DefaultCruiseAltitude(
    double * pVal
);
public: HRESULT put_DefaultCruiseAltitude(
    double newVal
);
[Java]
public double getDefaultCruiseAltitude();
public void setDefaultCruiseAltitude(
    double
);
[Python - STK API ]
@property
def DefaultCruiseAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.