This document is archived and information here might be outdated. Recommended version. |
Used to contain the properties of all of the various temporal renderers.
[Visual Basic .NET] Public Property ComponentSets As IPropertySet
[C#] public IPropertySet ComponentSets {get; set;}
[C++]
HRESULT get_ComponentSets(
IPropertySet** pVal
);
[C++]
HRESULT put_ComponentSets(
IPropertySet* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type IPropertySet** pVal [in]
pVal is a parameter of type IPropertySet*