Gets or sets the wind model type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property WindModelType() As AgEAvtrWindModelType |
| [C#] |
|---|
public AgEAvtrWindModelType WindModelType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrWindModelType get_WindModelType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrWindModelType getWindModelType(); public void setWindModelType( AgEAvtrWindModelType ); |
[Python - STK API ] |
|---|
@property def WindModelType(self) -> "AgEAvtrWindModelType": @WindModelType.setter def WindModelType(self, pVal:"AgEAvtrWindModelType") -> None: |






