ICesiumDirectionServiceBackwardExtrapolationType Property |
Gets the type of extrapolation to perform when a value is requested at a time before any available samples.
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)
SyntaxCesiumExtrapolationType? BackwardExtrapolationType { get; }
ReadOnly Property BackwardExtrapolationType As CesiumExtrapolationType?
Get
property Nullable<CesiumExtrapolationType> BackwardExtrapolationType {
Nullable<CesiumExtrapolationType> get ();
}
abstract BackwardExtrapolationType : Nullable<CesiumExtrapolationType> with get
Property Value
Type:
NullableCesiumExtrapolationType
See Also