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++] |
---|
public: HRESULT get_RunwayMode( AgEAvtrRunwayHighLowEnd * pVal ); public: HRESULT put_RunwayMode( AgEAvtrRunwayHighLowEnd newVal ); |
[Java] |
---|
public AgEAvtrRunwayHighLowEnd getRunwayMode(); public void setRunwayMode( AgEAvtrRunwayHighLowEnd ); |
[Python - STK API ] |
---|
@property def RunwayMode(self) -> "AgEAvtrRunwayHighLowEnd": @RunwayMode.setter def RunwayMode(self, newVal:"AgEAvtrRunwayHighLowEnd") -> None: |