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 > ITemporalReference Interface > ITemporalReference.TemporalPerspective Property (ArcObjects .NET 10.5 SDK) |
Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.
[Visual Basic .NET] Public Property TemporalPerspective As Object
[C#] public object TemporalPerspective {get; set;}
[C++]
HRESULT get_TemporalPerspective(
VARIANT* pVal
);
[C++]
HRESULT put_TemporalPerspective(
VARIANT pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT