This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.TimeInterval Property (ArcObjects .NET 10.4 SDK) |
Provides the time interval represented by the directional vector; see property TimeIntervalUnits for this value�s units.
[Visual Basic .NET] Public Property TimeInterval As Double
[C#] public double TimeInterval {get; set;}
[C++]
HRESULT get_TimeInterval(
double* pdTimeValue
);
[C++]
HRESULT put_TimeInterval(
double pdTimeValue
);
[C++]
Parameters pdTimeValue [out, retval] pdTimeValue is a parameter of type double pdTimeValue [in] pdTimeValue is a parameter of type double