Get the wind model for the current procedure.
Read-only property
[Visual Basic .NET] |
---|
Public Property WindModel() As IAgAvtrWindModel |
[C#] |
---|
public IAgAvtrWindModel WindModel {get;} |
[Managed C++] |
---|
public: __property IAgAvtrWindModel ^ get_WindModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_WindModel( IAgAvtrWindModel ** ppWindModel ); |
[Java] |
---|
public IAgAvtrWindModel getWindModel(); |
[Python - STK API ] |
---|
@property def WindModel(self) -> "IAgAvtrWindModel": |