ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.TemporalReference Property

Defines the reference in time used to draw, identify, or perform other layer-based activities.

[Visual Basic .NET]
Public Property TemporalReference As ITemporalReference
[C#]
public ITemporalReference TemporalReference {get; set;}
[C++]
HRESULT get_TemporalReference(
  ITemporalReference** ppiTemporalReference
);
[C++]
HRESULT putref_TemporalReference(
  ITemporalReference* ppiTemporalReference
);
[C++]

Parameters

ppiTemporalReference [out, retval]

  ppiTemporalReference is a parameter of type ITemporalReference

ppiTemporalReference [in]

  ppiTemporalReference is a parameter of type ITemporalReference

Product Availability

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

See Also

ITemporalLayer Interface