Share via


ITransformPropertiesConfig Interface

The ITransformPropertiesConfig interface is used to create, add, and remove properties from a collection. To get this interface, query ITransformProperty or ITransformProperties.

In addition to the methods inherited from IUnknown, the ITransformPropertiesConfig interface exposes the following methods.

Method Description
AddProperty Adds a previously created property to the current collection.
CreateProperty Creates a new property and adds it to the current property collection.
RemoveAllProperties Clears all properties from the current collection.
RemovePropertyByIndex Removes a property from the current collection by index number.
RemovePropertyByName Removes a property from the current property collection by name.
SetPropertyValue Assigns a property with a time point to a collection.

See Also