PathGraphicsTrailTime 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyDoubleSee Also