Click or drag to resize

CompositeCesiumPropertyT  Conversion (TimeIntervalCollectionCesiumPropertyT to CompositeCesiumPropertyT)

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 CompositeCesiumProperty<T> (
	TimeIntervalCollection<CesiumProperty<T>> value
)

Parameters

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

Return Value

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