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.2.419.0 (24.2.419.0)
Syntax public enum CesiumExtrapolationType
Public Enumeration CesiumExtrapolationType
public enum class CesiumExtrapolationType
type CesiumExtrapolationType
Members
| Member name | Description |
---|
| None |
No extrapolation is performed; the property is undefined.
|
| Hold |
Return the first or last sample value.
|
| Extrapolate |
Extrapolate the value.
|
See Also