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.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<double> LeadTime { get; set; }
Public Property LeadTime As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ LeadTime {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member LeadTime : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also