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


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

ITemporalReference.TemporalPeriod Property

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(
  System.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

Product Availability

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

See Also

ITemporalReference Interface