Gets or sets the wind model type as a string value. Use this for custom models.
Read-write property
[Visual Basic .NET] |
---|
Public Property WindModelTypeString() As String |
[C#] |
---|
public string WindModelTypeString {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_WindModelTypeString(); |
[Unmanaged C++] |
---|
public: HRESULT get_WindModelTypeString( BSTR * pVal ); public: HRESULT put_WindModelTypeString( BSTR pVal ); |
[Java] |
---|
public String getWindModelTypeString(); public void setWindModelTypeString( String ); |