This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.TemporalReference Property (ArcObjects .NET 10.5 SDK) |
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