Click or drag to resize

ConstantCesiumPropertyT Constructor (T)

Initializes a new instance with a specified value.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantCesiumProperty(
	T value
)

Parameters

value
Type: T
The constant value of the property.
See Also