Click or drag to resize

CesiumExtrapolationType Enumeration

The type of extrapolation to perform when outside the sample data range of an interpolatable property.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CesiumExtrapolationType
Members
  Member nameDescription
None No extrapolation is performed; the property is undefined.
Hold Return the first or last sample value.
Extrapolate Extrapolate the value.
See Also