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++] |
---|
public: HRESULT get_EntryExitAndOr( AgEAvtrAndOr * pVal ); public: HRESULT put_EntryExitAndOr( AgEAvtrAndOr newVal ); |
[Java] |
---|
public AgEAvtrAndOr getEntryExitAndOr(); public void setEntryExitAndOr( AgEAvtrAndOr ); |
[Python - STK API ] |
---|
@property def EntryExitAndOr(self) -> "AgEAvtrAndOr": @EntryExitAndOr.setter def EntryExitAndOr(self, newVal:"AgEAvtrAndOr") -> None: |