TakeoffProcedureRollDistance Property |
Gets or sets the distance required to go from the initial speed to the takeoff speed, in meters.
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 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:
DoubleSee Also