Click or drag to resize

CesiumPropertyT  Conversion (TimeIntervalCollectionT to CesiumPropertyT)

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

Parameters

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

Return Value

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