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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ConstantCesiumProperty(
	T value
)
Public Sub New ( 
	value As T
)
public:
ConstantCesiumProperty(
	T value
)
new : 
        value : 'T -> ConstantCesiumPropertyParameters
- value
 - Type: T
The constant value of the property. 
See Also