Creates a waypoint specified via its coordinates.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Waypoint( Nullable<double> speed, Nullable<double> alt, GPSCoords lat, GPSCoords lon, bool fover, Leg parent ) |
Visual Basic |
---|
Public Sub New ( _ speed As Nullable(Of Double), _ alt As Nullable(Of Double), _ lat As GPSCoords, _ lon As GPSCoords, _ fover As Boolean, _ parent As Leg _ ) |
Visual C++ |
---|
public: Waypoint( Nullable<double> speed, Nullable<double> alt, GPSCoords^ lat, GPSCoords^ lon, bool fover, Leg^ parent ) |
Parameters
- speed
- Type: System..::..Nullable<(Of <(<'Double>)>)>
A Nullable
- alt
- Type: System..::..Nullable<(Of <(<'Double>)>)>
A Nullable
- lat
- Type: FlightPlan..::..GPSCoords
A GPSCoords
- lon
- Type: FlightPlan..::..GPSCoords
A GPSCoords
- fover
- Type: System..::..Boolean
A Boolean
- parent
- Type: FlightPlan..::..Leg
A Leg