STK ObjectsSend comments on this topic.
WindDirection Property (IAgScatteringPointModelWindTurbine)
See Also
Windows





Windows & Linux

Description

Gets the wind direction.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindDirection() As Double
[C#]
public double WindDirection {get; set;}
[Managed C++]
public: __property double get_WindDirection();
public: __property void set_WindDirection( double );
[Unmanaged C++]
public: HRESULT get_WindDirection(
    double * pVal
);
public: HRESULT put_WindDirection(
    double val
);
[Java]
public double getWindDirection();
public void setWindDirection(
    double
);
[Python - STK API ]
@property
def WindDirection(self) -> float:

@WindDirection.setter
def WindDirection(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.