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.2.419.0 (24.2.419.0)
Syntax public 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:
TimeIntervalCollectionCesiumPropertyTSee Also