Partager 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.

Members

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

Methods

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

Property Management Interfaces