ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.TemporalReference Property

The value of the playback window applied to the data during playback.

[Visual Basic .NET]
Public Function get_TemporalReference ( _
    ByVal nIndex As Integer _
) As ITemporalReference
[C#]
public ITemporalReference get_TemporalReference (
    int nIndex
);
[C++]
HRESULT get_TemporalReference(
  Long nIndex,
  ITemporalReference** ppTemporalReference
);
[C++]

Parameters

nIndex [in]   nIndex is a parameter of type Long ppTemporalReference [out, retval]

  ppTemporalReference is a parameter of type ITemporalReference

Product Availability

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

See Also

ITimeControl Interface