PointCesiumPropertyBackwardExtrapolationDuration Property |
Gets or sets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
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: 23.2.417.0 (23.2.417.0)
Syntaxpublic Duration? BackwardExtrapolationDuration { get; set; }
Public Property BackwardExtrapolationDuration As Duration?
Get
Set
public:
property Nullable<Duration> BackwardExtrapolationDuration {
Nullable<Duration> get ();
void set (Nullable<Duration> value);
}
member BackwardExtrapolationDuration : Nullable<Duration> with get, set
Property Value
Type:
NullableDuration
See Also