ICesiumOrientationServiceInterpolationAlgorithm Property |
Gets the algorithm to use for interpolation.
indicates that the value will not be specified in the CZML output.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax CesiumInterpolationAlgorithm? InterpolationAlgorithm { get; }
ReadOnly Property InterpolationAlgorithm As CesiumInterpolationAlgorithm?
Get
property Nullable<CesiumInterpolationAlgorithm> InterpolationAlgorithm {
Nullable<CesiumInterpolationAlgorithm> get ();
}
abstract InterpolationAlgorithm : Nullable<CesiumInterpolationAlgorithm> with get
Property Value
Type:
NullableCesiumInterpolationAlgorithmSee Also