Click or drag to resize

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

Property Value

Type: TimeIntervalCollectionT
See Also