AxesCesiumPropertyInterpolationDegree 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: 20.4.407.0 (20.4.407.0)
Syntaxpublic Nullable<int> InterpolationDegree { get; set; }
Public Property InterpolationDegree As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> InterpolationDegree {
Nullable<int> get ();
void set (Nullable<int> value);
}
member InterpolationDegree : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also