UnitVectorCesiumPropertyInterpolationAlgorithm 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: 24.2.419.0 (24.2.419.0)
Syntax public CesiumInterpolationAlgorithm? InterpolationAlgorithm { get; set; }
Public Property InterpolationAlgorithm As CesiumInterpolationAlgorithm?
Get
Set
public:
property Nullable<CesiumInterpolationAlgorithm> InterpolationAlgorithm {
Nullable<CesiumInterpolationAlgorithm> get ();
void set (Nullable<CesiumInterpolationAlgorithm> value);
}
member InterpolationAlgorithm : Nullable<CesiumInterpolationAlgorithm> with get, set
Property Value
Type:
NullableCesiumInterpolationAlgorithmSee Also