ICesiumDirectionServiceForwardExtrapolationDuration Property |
Gets the amount of time to extrapolate forward 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.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 23.2.417.0 (23.2.417.0)
SyntaxDuration? ForwardExtrapolationDuration { get; }
ReadOnly Property ForwardExtrapolationDuration As Duration?
Get
property Nullable<Duration> ForwardExtrapolationDuration {
Nullable<Duration> get ();
}
abstract ForwardExtrapolationDuration : Nullable<Duration> with get
Property Value
Type:
NullableDuration
See Also