GraphicalVectorInterpolationAlgorithm Property  | 
 
            Gets or sets the algorithm to use for interpolation.
             indicates that the value will not be specified in the CZML output.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumInterpolationAlgorithm? InterpolationAlgorithm { get; set; }Public Property InterpolationAlgorithm As CesiumInterpolationAlgorithm?
	Get
	Set
public:
virtual property Nullable<CesiumInterpolationAlgorithm> InterpolationAlgorithm {
	Nullable<CesiumInterpolationAlgorithm> get () sealed;
	void set (Nullable<CesiumInterpolationAlgorithm> value) sealed;
}abstract InterpolationAlgorithm : Nullable<CesiumInterpolationAlgorithm> with get, set
override InterpolationAlgorithm : Nullable<CesiumInterpolationAlgorithm> with get, set
Property Value
Type: 
NullableCesiumInterpolationAlgorithmImplements
ICesiumDirectionServiceInterpolationAlgorithm
See Also