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