This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalReference Interface > ITemporalReference.TemporalPeriod Property (ArcObjects .NET 10.4 SDK) |
Used by the temporal renderer property page to determine the default time period for the temporal legend classes.
[Visual Basic .NET] Public Property TemporalPeriod As Double
[C#] public double TemporalPeriod {get; set;}
[C++]
HRESULT get_TemporalPeriod(
double* pVal
);
[C++]
HRESULT put_TemporalPeriod(
double pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type double pVal [in] pVal is a parameter of type double