Click or drag to resize

TimeIntervalCesiumProperty<T>Implicit Conversion (TimeIntervalCollection<T> to TimeIntervalCesiumProperty<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 static implicit operator TimeIntervalCesiumProperty<T> (
	TimeIntervalCollection<T> value
)

Parameters

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

Return Value

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