Click or drag to resize

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)
Syntax
public TimeIntervalCollection<T> Intervals { get; set; }

Property Value

Type: TimeIntervalCollection<T>
See Also