ArcObjects Library Reference (TrackingAnalyst)  

IDirectionalVectorRendererProperties.TimeInterval Property

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

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface