Click or drag to resize

TimeIntervalCesiumPropertyT  Conversion (TimeIntervalCollectionT to TimeIntervalCesiumPropertyT)

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

Parameters

value
Type: AGI.Foundation.TimeTimeIntervalCollectionT
The value to convert.

Return Value

Type: TimeIntervalCesiumPropertyT
A new TimeIntervalCesiumPropertyT configured with the given TimeIntervalCollectionT, or if value is .
See Also