STK AviatorSend comments on this topic.
WindBearing Property (IAgAvtrWindModelConstant)
See Also
Windows





Windows & Linux

Description

Gets or sets the wind's true bearing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindBearing() As System.Object
[C#]
public System.Object WindBearing {get; set;}
[Managed C++]
public: __property VARIANT get_WindBearing();
public: __property void set_WindBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_WindBearing(
    VARIANT * pRetVal
);
public: HRESULT put_WindBearing(
    VARIANT newVal
);
[Java]
public AgVariant getWindBearing();
public void setWindBearing(
    AgVariant
);
[Python - STK API ]
@property
def WindBearing(self) -> typing.Any:

@WindBearing.setter
def WindBearing(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.