This document is archived and information here might be outdated.  Recommended version.


ITemporalRenderer.ComponentSets Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer Interface > ITemporalRenderer.ComponentSets Property
ArcGIS Developer Help

ITemporalRenderer.ComponentSets Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalRenderer Interface