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)
Syntaxpublic static implicit operator CesiumProperty<T> (
DateMotionCollection<T> value
)
Public Shared Widening Operator CType (
value As DateMotionCollection(Of T)
) As CesiumProperty(Of T)
static implicit operator CesiumProperty<T>^ (
DateMotionCollection<T>^ value
)
F# does not support the declaration of new casting operators.
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