ArcObjects Library Reference (TrackingAnalyst)  

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