This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer Interface > ITemporalRenderer.ComponentSets Property (ArcObjects .NET 10.4 SDK) |
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