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


ITimeControl.TemporalReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.TemporalReference Property
ArcGIS Developer Help

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 int 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