CompositeCesiumPropertyT Constructor (TimeIntervalCollectionCesiumPropertyT) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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