STK AviatorSend comments on this topic.
RunwayHeadingOptions Property (IAgAvtrProcedureTakeoff)
See Also
Windows





Windows & Linux

Description

Get the runway heading options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RunwayHeadingOptions() As IAgAvtrRunwayHeadingOptions
[C#]
public IAgAvtrRunwayHeadingOptions RunwayHeadingOptions {get;}
[Managed C++]
public: __property IAgAvtrRunwayHeadingOptions ^ get_RunwayHeadingOptions();
[Unmanaged C++]
public: HRESULT get_RunwayHeadingOptions(
    IAgAvtrRunwayHeadingOptions ** ppVal
);
[Java]
public IAgAvtrRunwayHeadingOptions getRunwayHeadingOptions();
[Python - STK API ]
@property
def RunwayHeadingOptions(self) -> "IAgAvtrRunwayHeadingOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.