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++] |
---|
public: HRESULT get_WindModelType( AgEAvtrWindModelType * pVal ); public: HRESULT put_WindModelType( AgEAvtrWindModelType pVal ); |
[Java] |
---|
public AgEAvtrWindModelType getWindModelType(); public void setWindModelType( AgEAvtrWindModelType ); |
[Python - STK API ] |
---|
@property def WindModelType(self) -> "AgEAvtrWindModelType": @WindModelType.setter def WindModelType(self, pVal:"AgEAvtrWindModelType") -> None: |