TimeIntervalCesiumPropertyT Constructor (TimeIntervalCollectionT) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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.TimeTimeIntervalCollectionT
The initial collection of intervals.
See Also