TimeIntervalCesiumPropertyT Constructor (TimeIntervalCollectionT) | 
  
    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> -> TimeIntervalCesiumPropertyParameters
- intervals
 - Type: AGI.Foundation.TimeTimeIntervalCollectionT
The initial collection of intervals. 
See Also