Click or drag to resize

ConstantCesiumProperty<T> Constructor (T)

Initializes a new instance with a specified value.

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

Parameters

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