STK AviatorSend comments on this topic.
RunwayMode Property (IAgAvtrRunwayHeadingOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the runway heading that the aircraft will use.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RunwayMode() As AgEAvtrRunwayHighLowEnd
[C#]
public AgEAvtrRunwayHighLowEnd RunwayMode {get; set;}
[Managed C++]
public: __property AgEAvtrRunwayHighLowEnd get_RunwayMode();
public: __property void set_RunwayMode( AgEAvtrRunwayHighLowEnd );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.