CesiumPropertyT  Conversion (TimeIntervalCollectionT to CesiumPropertyT) | 
  
    Namespace: 
   AGI.Foundation.Cesium.Advanced
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static implicit operator CesiumProperty<T> (
	TimeIntervalCollection<T> value
)
Public Shared Widening Operator CType ( 
	value As TimeIntervalCollection(Of T)
) As CesiumProperty(Of T)
static implicit operator CesiumProperty<T>^ (
	TimeIntervalCollection<T>^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
 - Type: AGI.Foundation.TimeTimeIntervalCollectionT
The value to convert. 
Return Value
Type: 
CesiumPropertyT
            A new 
TimeIntervalCesiumPropertyT configured with the given 
TimeIntervalCollectionT,
            or 
 if 
value is 
.
            
See Also