This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalOperator3 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to additional methods and properties used to configure the temporal operator beyond ITemporalOperator2 and ITemporalOperator.
Description | ||
---|---|---|
Add | Adds a new temporal operator. | |
AsDate | Temporal information as a date field. | |
AsInterval | Temporal information as an interval value. | |
AsString | Temporal information as a string. | |
IntervalQuantity | Number of intervals between events. | |
IntervalUnits | Units used for interval. | |
Reset | Resets the temporal operator. | |
SetDateTime | Sets the value for date and time information. | |
SetDateTimeFromString | Sets the value for date and time information from a string. | |
SetDateTimeFromVariant | Sets the value for date and time information from a variant. | |
SetInterval | Sets the time interval. | |
Subtract | Subtracts a temporal operator. | |
TemporalUnitsAsString | Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form. | |
Type | The type of temporal data used. | |
Value | Value of temporal information. |
CoClasses and Classes | Description |
---|---|
TemporalOperator | Implements ITemporalOperator to identify and manage temporal playback settings. |