TimeIntervalCesiumProperty<T> Constructor (TimeIntervalCollection<T>) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCesiumProperty(
TimeIntervalCollection<T> intervals
)
Public Sub New (
intervals As TimeIntervalCollection(Of T)
)
public:
TimeIntervalCesiumProperty(
TimeIntervalCollection<T>^ intervals
)
new :
intervals : TimeIntervalCollection<'T> -> TimeIntervalCesiumProperty
Parameters
- intervals
- Type: AGI.Foundation.Time.TimeIntervalCollection<T>
The initial collection of intervals.
See Also