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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also