TimeIntervalCesiumProperty<T>.Intervals 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
TimeIntervalCollection<T>
See Also