Returns true if wp is the last waypoint of the current leg. The comparison is made considering coordinates and altitude.

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

Syntax

C#
public bool IsLastWaypoint(
	Waypoint wp
)
Visual Basic
Public Function IsLastWaypoint ( _
	wp As Waypoint _
) As Boolean
Visual C++
public:
bool IsLastWaypoint(
	Waypoint^ wp
)

Return Value

A Boolean

See Also