Gets or sets the option to transition into the wind.
Read-only property
[Visual Basic .NET] |
---|
Public Property TransitionIntoWind() As Boolean |
[C#] |
---|
public bool TransitionIntoWind {get;} |
[Managed C++] |
---|
public: __property bool get_TransitionIntoWind(); |
[Unmanaged C++] |
---|
public: HRESULT get_TransitionIntoWind( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getTransitionIntoWind(); |