GraphicalVectorForwardExtrapolationType Property |
Gets or sets the type of extrapolation to perform when a value is requested at a time after 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: 23.2.417.0 (23.2.417.0)
Syntaxpublic CesiumExtrapolationType? ForwardExtrapolationType { get; set; }
Public Property ForwardExtrapolationType As CesiumExtrapolationType?
Get
Set
public:
virtual property Nullable<CesiumExtrapolationType> ForwardExtrapolationType {
Nullable<CesiumExtrapolationType> get () sealed;
void set (Nullable<CesiumExtrapolationType> value) sealed;
}
abstract ForwardExtrapolationType : Nullable<CesiumExtrapolationType> with get, set
override ForwardExtrapolationType : Nullable<CesiumExtrapolationType> with get, set
Property Value
Type:
NullableCesiumExtrapolationTypeImplements
ICesiumDirectionServiceForwardExtrapolationType
See Also