ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup2 Interface

Provides access to properties and methods needed to manage the temporal legend group of classes.

Product Availability

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

Members

Description
Method AddClass Adds a new legend class to the group at the end of list.
Read-only property Class Legend class at the specified index.
Read-only property ClassCount Number of legend classes in the group.
Method ClearClasses Removes all classes from the group.
Read/write property ColorRampName Esri pre-defined color ramp last used by the temporal renderer property page to update this object; this value is used to create default temporal legend class symbology colors.
Read/write property Description Text description of the temporal legend group.
Read/write property Editable Indicates if the group can be edited. Default is editable.
Read/write property Heading String heading.
Method InsertClass Inserts a new legend class into the group at the specified index.
Method intersects Determines whether a given timestamp value is contained within one of the group's temporal classes.
Method moveClass Moves a temporal legend class from its current position to a new destination within the temporal legend group's legend class container.
Method RemoveClass Removes the legend class from the group at the specified index.
Method setReference Sets temporal reference information for the temporal legend group.
Read/write property Suppress Controls whether or not to use the temporal legend classes during intersect or time period computation for a temporal query.
Read-only property TemporalLegendClass Temporal Legend Class at specified index from this group.
Method Update Updates the temporal legend with new values.
Read/write property UseGradient Create a smooth gradient using the symbols in the first two classes.
Method verify Checks ranges within a group to determine if group is ordered properly and has correct offsets.
Read/write property Visible Indicates if the group is displayed.

Inherited Interfaces

Interfaces Description
ITemporalLegendGroup Provides access to properties and methods needed to manage the temporal legend group of classes.

CoClasses that implement ITemporalLegendGroup2

CoClasses and Classes Description
TemporalLegendGroup Contains group of two or more temporal legend classes.