Gets or sets the end G for the Interpolate Accel/Decel over Interval mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolateEndG() As Double |
[C#] |
---|
public double InterpolateEndG {get; set;} |
[Managed C++] |
---|
public: __property double get_InterpolateEndG(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolateEndG( double * pVal ); public: HRESULT put_InterpolateEndG( double newVal ); |
[Java] |
---|
public double getInterpolateEndG(); public void setInterpolateEndG( double ); |