STK ObjectsSend comments on this topic.
WindSpeed Property (IAgAtmosphericTurbulenceModelHufnagelValley)
See Also
Windows





Windows & Linux

Description

Gets or sets the wind speed value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WindSpeed() As Double
[C#]
public double WindSpeed {get; set;}
[Managed C++]
public: __property double get_WindSpeed();
public: __property void set_WindSpeed( double );
[Unmanaged C++]
public: HRESULT get_WindSpeed(
    double * pVal
);
public: HRESULT put_WindSpeed(
    double val
);
[Java]
public double getWindSpeed();
public void setWindSpeed(
    double
);
[Python - STK API ]
@property
def WindSpeed(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.