Defines how the aircraft will enter the holding pattern.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property EntryManeuver() As AgEAvtrHoldingEntryManeuver |
| [C#] |
|---|
public AgEAvtrHoldingEntryManeuver EntryManeuver {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrHoldingEntryManeuver get_EntryManeuver(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrHoldingEntryManeuver getEntryManeuver(); public void setEntryManeuver( AgEAvtrHoldingEntryManeuver ); |
[Python - STK API ] |
|---|
@property def EntryManeuver(self) -> "AgEAvtrHoldingEntryManeuver": @EntryManeuver.setter def EntryManeuver(self, newVal:"AgEAvtrHoldingEntryManeuver") -> None: |






