Gets or sets the level off mode. This is only used when the must level off option is on.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LevelOffMode() As AgEAvtrAltitudeConstraintManeuverMode |
| [C#] |
|---|
public AgEAvtrAltitudeConstraintManeuverMode LevelOffMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAltitudeConstraintManeuverMode get_LevelOffMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAltitudeConstraintManeuverMode getLevelOffMode(); public void setLevelOffMode( AgEAvtrAltitudeConstraintManeuverMode ); |
[Python - STK API ] |
|---|
@property def LevelOffMode(self) -> "AgEAvtrAltitudeConstraintManeuverMode": @LevelOffMode.setter def LevelOffMode(self, newVal:"AgEAvtrAltitudeConstraintManeuverMode") -> None: |






