CesiumOrientationExtensionBackwardExtrapolationType 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
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumExtrapolationType? BackwardExtrapolationType { get; set; }Public Property BackwardExtrapolationType As CesiumExtrapolationType?
	Get
	Set
public:
virtual property Nullable<CesiumExtrapolationType> BackwardExtrapolationType {
	Nullable<CesiumExtrapolationType> get () sealed;
	void set (Nullable<CesiumExtrapolationType> value) sealed;
}abstract BackwardExtrapolationType : Nullable<CesiumExtrapolationType> with get, set
override BackwardExtrapolationType : Nullable<CesiumExtrapolationType> with get, set
Property Value
Type: 
NullableCesiumExtrapolationTypeImplements
ICesiumOrientationServiceBackwardExtrapolationType
See Also