AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_WindSpeed(
   double NewWindSpeed
);
[Java]
public double getWindSpeed();
public void setWindSpeed(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.