GetSegmentInterpolationType |
Method that returns the interpolation method used for the specified curve segment. A curve segment is defined as the curve between two of the value points. There are PointCount-1 segments. |
GetValueArray |
Gets the values in the graph. The array consists of time-value pairs. The unit type of the value will vary depending on the type of value this result represents. |
SetSegmentInterpolationType |
Sets the interpolation method used for the specified curve segment. A curve segment is defined as the curve between two of the value points. There are PointCount-1 segments. |
SetValueUsingArray |
Sets the values in the graph. The array consists of time-value pairs. The unit type of the value will vary depending on the type of value this result represents. |