LandingProcedureRollDistance Property  | 
 
            Gets or sets the distance along the runway it takes to go from
            the landing speed to the final speed, in meters.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double RollDistance { get; set; }Public Property RollDistance As Double
	Get
	Set
public:
property double RollDistance {
	double get ();
	void set (double value);
}member RollDistance : float with get, set
Property Value
Type: 
Double
See Also