Share via


ITransformPropertyPoint interface

The ITransformPropertyPoint interface specifies a property value at a specific point. To create a property point programmatically, call ITransformProperty::AddPoint.

Members

The ITransformPropertyPoint interface inherits from the IUnknown interface. ITransformPropertyPoint also has these types of members:

Methods

The ITransformPropertyPoint interface has these 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

Property Management Interfaces