CompositeCesiumPropertyT Constructor (TimeIntervalCollectionCesiumPropertyT) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CompositeCesiumProperty(
TimeIntervalCollection<CesiumProperty<T>> intervals
)
Public Sub New (
intervals As TimeIntervalCollection(Of CesiumProperty(Of T))
)
public:
CompositeCesiumProperty(
TimeIntervalCollection<CesiumProperty<T>^>^ intervals
)
new :
intervals : TimeIntervalCollection<CesiumProperty<'T>> -> CompositeCesiumProperty
Parameters
- intervals
- Type: AGI.Foundation.TimeTimeIntervalCollectionCesiumPropertyT
The initial collection of intervals.
See Also