Gets or sets the blend time to transition from the previous wind condition.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpBlendTime() As Double |
[C#] |
---|
public double InterpBlendTime {get; set;} |
[Managed C++] |
---|
public: __property double get_InterpBlendTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpBlendTime( double * pRetVal ); public: HRESULT put_InterpBlendTime( double newVal ); |
[Java] |
---|
public double getInterpBlendTime(); public void setInterpBlendTime( double ); |