STK AviatorSend comments on this topic.
MustLevelOff Property (IAgAvtrProcedureFlightLine)
See Also
Windows





Windows & Linux

Description

Opt whether the procedure must level off.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MustLevelOff() As Boolean
[C#]
public bool MustLevelOff {get; set;}
[Managed C++]
public: __property bool get_MustLevelOff();
public: __property void set_MustLevelOff( bool );
[Unmanaged C++]
public: HRESULT get_MustLevelOff(
    VARIANT_BOOL * pVal
);
public: HRESULT put_MustLevelOff(
    VARIANT_BOOL newVal
);
[Java]
public bool getMustLevelOff();
public void setMustLevelOff(
    bool
);
[Python - STK API ]
@property
def MustLevelOff(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.