| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic TimeIntervalCollection<CesiumProperty<T>> Intervals { get; set; }Public Property Intervals As TimeIntervalCollection(Of CesiumProperty(Of T))
	Get
	Set
public:
property TimeIntervalCollection<CesiumProperty<T>^>^ Intervals {
	TimeIntervalCollection<CesiumProperty<T>^>^ get ();
	void set (TimeIntervalCollection<CesiumProperty<T>^>^ value);
}member Intervals : TimeIntervalCollection<CesiumProperty<'T>> with get, set
Property Value
Type: 
TimeIntervalCollectionCesiumPropertyT See Also
See Also