ArcObjects Library Reference (TrackingAnalyst)  

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