Click or drag to resize

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

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

Parameters

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

Return Value

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