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


IDirectionalVectorRendererProperties.TimeIntervalUnits Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDirectionalVectorRendererProperties.TimeIntervalUnits Property

Provides the time interval units represented by the directional vector; see property TimeInterval for the time value.

[Visual Basic .NET]
Public Property TimeIntervalUnits As enumTemporalUnits
[C#]
public enumTemporalUnits TimeIntervalUnits {get; set;}
[C++]
HRESULT get_TimeIntervalUnits(
void
);
[C++]
HRESULT put_TimeIntervalUnits(
);

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface