Click or drag to resize

CesiumPropertyT  Conversion (T to CesiumPropertyT)

Namespace:  AGI.Foundation.Cesium.Advanced
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator CesiumProperty<T> (
	T value
)

Parameters

value
Type: T
The value to convert.

Return Value

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