Sets the interpolation method to be used

Namespace:  Equis.JanusToolkit.StandardTimeLines
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected override void SetInterpolationType(
	int type
)

Parameters

type
Type: System..::..Int32
Interpolation type

Remarks

Possible interpolation types are linear The default type is linear

See Also