Define how the two Entry/Exit Waypoint constraints will be considered.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property EntryExitAndOr() As AgEAvtrAndOr |
| [C#] |
|---|
public AgEAvtrAndOr EntryExitAndOr {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrAndOr get_EntryExitAndOr(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrAndOr getEntryExitAndOr(); public void setEntryExitAndOr( AgEAvtrAndOr ); |
[Python - STK API ] |
|---|
@property def EntryExitAndOr(self) -> "AgEAvtrAndOr": @EntryExitAndOr.setter def EntryExitAndOr(self, newVal:"AgEAvtrAndOr") -> None: |






