PathGraphics.TrailTime Property |
Gets or sets the trail time of the path, in seconds. The trail time
is the amount of time behind of the current position that the path extends
behind 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<double> TrailTime { get; set; }
Public Property TrailTime As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ TrailTime {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member TrailTime : CesiumProperty<float> with get, set
Property Value
Type:
CesiumProperty<Double>
See Also