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: 25.1.421.0 (25.1.421.0)
SyntaxCesiumInterpolationAlgorithm? InterpolationAlgorithm { get; }ReadOnly Property InterpolationAlgorithm As CesiumInterpolationAlgorithm?
	Get
property Nullable<CesiumInterpolationAlgorithm> InterpolationAlgorithm {
	Nullable<CesiumInterpolationAlgorithm> get ();
}abstract InterpolationAlgorithm : Nullable<CesiumInterpolationAlgorithm> with get
Property Value
Type: 
NullableCesiumInterpolationAlgorithm
See Also