Click or drag to resize

PathGraphicsLeadTime Property

Gets or sets the lead time of the path, in seconds. The lead time is the amount of time ahead of the current position that the path extends in front of the object. By default, the value is unlimited, which effectively results in drawing the entire available path of the object.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<double> LeadTime { get; set; }

Property Value

Type: CesiumPropertyDouble
See Also