ScalarCesiumPropertyForwardExtrapolationDuration Property |
Gets or sets 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
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration? ForwardExtrapolationDuration { get; set; }
Public Property ForwardExtrapolationDuration As Duration?
Get
Set
public:
property Nullable<Duration> ForwardExtrapolationDuration {
Nullable<Duration> get ();
void set (Nullable<Duration> value);
}
member ForwardExtrapolationDuration : Nullable<Duration> with get, set
Property Value
Type:
NullableDurationSee Also