HeightTransitionProcedureSpeed Property  | 
 
            Gets or sets the target speed at which to transition between heights.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ProfileSpeed Speed { get; set; }Public Property Speed As ProfileSpeed
	Get
	Set
public:
property ProfileSpeed^ Speed {
	ProfileSpeed^ get ();
	void set (ProfileSpeed^ value);
}member Speed : ProfileSpeed with get, set
Property Value
Type: 
ProfileSpeed
See Also