Click or drag to resize

ScalarCesiumProperty  Conversion (Scalar to ScalarCesiumProperty)

Converts a Scalar to a ScalarCesiumProperty.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator ScalarCesiumProperty (
	Scalar value
)

Parameters

value
Type: AGI.Foundation.GeometryScalar
The value to convert.

Return Value

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