Creates a waypoint specified via its coordinates.

Namespace: FlightPlan
Assembly: 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
)

See Also