ICesiumOrientationServiceInterpolationDegree Property |
Gets 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.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax int? InterpolationDegree { get; }
ReadOnly Property InterpolationDegree As Integer?
Get
property Nullable<int> InterpolationDegree {
Nullable<int> get ();
}
abstract InterpolationDegree : Nullable<int> with get
Property Value
Type:
NullableInt32See Also