Returns distance beetween two waypoints.

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double Distance(
	Waypoint wp
)
Visual Basic
Public Function Distance ( _
	wp As Waypoint _
) As Double
Visual C++
public:
double Distance(
	Waypoint^ wp
)

Return Value

A Double with the distance in meters.

See Also