Click or drag to resize

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)
Syntax
public TimeIntervalCesiumProperty(
	TimeIntervalCollection<T> intervals
)

Parameters

intervals
Type: AGI.Foundation.Time.TimeIntervalCollection<T>
The initial collection of intervals.
See Also