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


IDirectionalVectorRendererProperties.TimeIntervalUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.TimeIntervalUnits Property
ArcGIS Developer Help

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