SampledCesiumPropertyT Conversion (DateMotionCollectionT to SampledCesiumPropertyT) |
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator SampledCesiumProperty<T> (
DateMotionCollection<T> value
)
Public Shared Widening Operator CType (
value As DateMotionCollection(Of T)
) As SampledCesiumProperty(Of T)
static implicit operator SampledCesiumProperty<T>^ (
DateMotionCollection<T>^ value
)
F# does not support the declaration of new casting operators.
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