Click or drag to resize

CesiumPropertyT  Conversion (DateMotionCollectionT 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> (
	DateMotionCollection<T> value
)

Parameters

value
Type: AGI.FoundationDateMotionCollectionT
The value to convert.

Return Value

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