ProfileDynamicsDescentSpeed Property  | 
 
            Gets or sets the maximum vertical rate of descent (positive), 
            in meters per second.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double DescentSpeed { get; set; }Public Property DescentSpeed As Double
	Get
	Set
public:
property double DescentSpeed {
	double get ();
	void set (double value);
}member DescentSpeed : float with get, set
Property Value
Type: 
Double
See Also