ICesiumDeletePolylinePositionsService Interface |
A service that indicates that existing data (samples or interval values)
for the CZML polyline.positions property should be deleted from the client.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic interface ICesiumDeletePolylinePositionsService
Public Interface ICesiumDeletePolylinePositionsService
public interface class ICesiumDeletePolylinePositionsService
type ICesiumDeletePolylinePositionsService = interface end
The ICesiumDeletePolylinePositionsService type exposes the following members.
Properties
| Name | Description |
---|
 | Interval |
Gets the interval over which to delete data for the property.
A null interval indicates that all data will be deleted on the client.
|
Top
See Also