| GraphicalVectorInterpolationDegree Property  | 
 
            Gets or sets the degree of the polynomial 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)
 Syntax
Syntaxpublic int? InterpolationDegree { get; set; }Public Property InterpolationDegree As Integer?
	Get
	Set
public:
virtual property Nullable<int> InterpolationDegree {
	Nullable<int> get () sealed;
	void set (Nullable<int> value) sealed;
}abstract InterpolationDegree : Nullable<int> with get, set
override InterpolationDegree : Nullable<int> with get, set
Property Value
Type: 
NullableInt32Implements
ICesiumDirectionServiceInterpolationDegree See Also
See Also