Click or drag to resize

CesiumProperty<T>Implicit Conversion (TimeIntervalCollection<CesiumProperty<T>> to CesiumProperty<T>)

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static implicit operator CesiumProperty<T> (
	TimeIntervalCollection<CesiumProperty<T>> value
)

Parameters

value
Type: AGI.Foundation.Time.TimeIntervalCollection<CesiumProperty<T>>
The value to convert.

Return Value

Type: CesiumProperty<T>
A new CompositeCesiumProperty<T> configured with the given TimeIntervalCollection<T>, or null if value is null.
See Also