Click or drag to resize

SampledCesiumPropertyT  Conversion (DateMotionCollectionT to SampledCesiumPropertyT)

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 SampledCesiumProperty<T> (
	DateMotionCollection<T> value
)

Parameters

value
Type: AGI.FoundationDateMotionCollectionT
The value to convert.

Return Value

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