STK AviatorSend comments on this topic.
UseDefaultCruiseAltitude Property (IAgAvtrAltitudeMSLAndLevelOffOptions)
See Also
Windows





Windows & Linux

Description

Opt whether to use the default cruise altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseDefaultCruiseAltitude() As Boolean
[C#]
public bool UseDefaultCruiseAltitude {get; set;}
[Managed C++]
public: __property bool get_UseDefaultCruiseAltitude();
public: __property void set_UseDefaultCruiseAltitude( bool );
[Unmanaged C++]
public: HRESULT get_UseDefaultCruiseAltitude(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseDefaultCruiseAltitude(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseDefaultCruiseAltitude();
public void setUseDefaultCruiseAltitude(
    bool
);
[Python - STK API ]
@property
def UseDefaultCruiseAltitude(self) -> bool:

@UseDefaultCruiseAltitude.setter
def UseDefaultCruiseAltitude(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.