Gets or sets the runway heading that the aircraft will use.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property RunwayMode() As AgEAvtrRunwayHighLowEnd |
| [C#] |
|---|
public AgEAvtrRunwayHighLowEnd RunwayMode {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrRunwayHighLowEnd get_RunwayMode(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrRunwayHighLowEnd getRunwayMode(); public void setRunwayMode( AgEAvtrRunwayHighLowEnd ); |
[Python - STK API ] |
|---|
@property def RunwayMode(self) -> "AgEAvtrRunwayHighLowEnd": @RunwayMode.setter def RunwayMode(self, newVal:"AgEAvtrRunwayHighLowEnd") -> None: |






