TimeIntervalCesiumPropertyTIntervals Property |
Gets or sets time intervals over which this property is defined. Each interval's
Data property specifies the value of the property over that
interval.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection<T> Intervals { get; set; }
Public Property Intervals As TimeIntervalCollection(Of T)
Get
Set
public:
property TimeIntervalCollection<T>^ Intervals {
TimeIntervalCollection<T>^ get ();
void set (TimeIntervalCollection<T>^ value);
}
member Intervals : TimeIntervalCollection<'T> with get, set
Property Value
Type:
TimeIntervalCollectionTSee Also