ICesiumDirectionService.BackwardExtrapolationDuration Property |
Gets the amount of time to extrapolate backward before the property becomes undefined. A value of 0 will extrapolate forever.
null 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: 25.1.421.0 (25.1.421.0)
SyntaxDuration? BackwardExtrapolationDuration { get; }
ReadOnly Property BackwardExtrapolationDuration As Duration?
Get
property Nullable<Duration> BackwardExtrapolationDuration {
Nullable<Duration> get ();
}
abstract BackwardExtrapolationDuration : Nullable<Duration> with get
Property Value
Type:
Nullable<Duration>
See Also