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





Windows & Linux

Description

Gets or sets the level off mode. This is only used when the must level off option is on.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LevelOffMode() As AgEAvtrAltitudeConstraintManeuverMode
[C#]
public AgEAvtrAltitudeConstraintManeuverMode LevelOffMode {get; set;}
[Managed C++]
public: __property AgEAvtrAltitudeConstraintManeuverMode get_LevelOffMode();
public: __property void set_LevelOffMode( AgEAvtrAltitudeConstraintManeuverMode );
[Unmanaged C++]
public: HRESULT get_LevelOffMode(
    AgEAvtrAltitudeConstraintManeuverMode * pVal
);
public: HRESULT put_LevelOffMode(
    AgEAvtrAltitudeConstraintManeuverMode newVal
);
[Java]
public AgEAvtrAltitudeConstraintManeuverMode getLevelOffMode();
public void setLevelOffMode(
    AgEAvtrAltitudeConstraintManeuverMode
);
[Python - STK API ]
@property
def LevelOffMode(self) -> "AgEAvtrAltitudeConstraintManeuverMode":

@LevelOffMode.setter
def LevelOffMode(self, newVal:"AgEAvtrAltitudeConstraintManeuverMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.