ConstantHeightProfileSpeed Property |
Gets or sets the target speed along the path, in meters per second.
If
AllowVariationInSpeed is set to true, the
RoutePropagator will
try to match the speed as closely as possible, but will allow changes if necessary.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Speed { get; set; }
Public Property Speed As Double
Get
Set
public:
property double Speed {
double get ();
void set (double value);
}
member Speed : float with get, set
Property Value
Type:
DoubleSee Also