Click or drag to resize

CompositeCesiumPropertyTIntervals 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<CesiumProperty<T>> Intervals { get; set; }

Property Value

Type: TimeIntervalCollectionCesiumPropertyT
See Also