ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalRenderer.ComponentSets Property

Used to contain the properties of all of the various temporal renderers.

[Visual Basic 6.0]
Property ComponentSets As IPropertySet
[Visual Basic .NET]
Public Property ComponentSets As IPropertySet
[C#]
public IPropertySet ComponentSets {get; set;}
[Java]
public IPropertySet getComponentSets()
throws
    IOException,
    AutomationException
[Java]
public void setComponentSets(
IPropertySet pPropertySet
)
throws
    IOException,
    AutomationException
[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.

Description

This property is used to hold the properties that control how the various Child Renderers behave.  These properties are presented in a hiearchy of parent children.  The top level contains a label identifier, and the top level renderers that the implementation of this interfaces exposes.  Each level or child is implemented as a property set object with the following minimum properties.

 

Minimum Properties:

Property

Type

Description

Label

Read

 

CanLabel

Read

 

CanDisable

Read

 

Enabled

Read/Write

Enables this feature or renderer.

CategoryID

Read/Write

Category ID to

Object

Read/Write

Child object or child renderer

DefaultSymbol

Read/Write

 

PageID

Read/Write

Class ID of the property page used to edit this function

 

 

 

 

 

 

 

 

 

 

 

 


See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page