STK AviatorSend comments on this topic.
HeadingIntoWind Property (IAgAvtrProcedureVerticalTakeoff)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to define the heading according to the wind direction.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HeadingIntoWind() As Boolean
[C#]
public bool HeadingIntoWind {get; set;}
[Managed C++]
public: __property bool get_HeadingIntoWind();
public: __property void set_HeadingIntoWind( bool );
[Unmanaged C++]
public: HRESULT get_HeadingIntoWind(
    VARIANT_BOOL * pVal
);
public: HRESULT put_HeadingIntoWind(
    VARIANT_BOOL pVal
);
[Java]
public bool getHeadingIntoWind();
public void setHeadingIntoWind(
    bool
);
[Python - STK API ]
@property
def HeadingIntoWind(self) -> bool:

@HeadingIntoWind.setter
def HeadingIntoWind(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.