ITransformPropertyPoint Interface
The ITransformPropertyPoint interface specifies a property value at a specific point. To create a property point programmatically, call ITransformProperty::AddPoint.
In addition to the methods inherited from IUnknown, the ITransformPropertyPoint interface exposes the following methods.
Method | Description |
get_Time | Retrieves the time associated with this property point. |
get_Value | Retrieves the value associated with a property point. |
put_Time | Assigns a time to a property point. |
put_Value | Assigns a value to a property point. |
See Also