Creates the Waypoints array corresponding to this list. The first element will be the specified at the parameter.

Namespace: FlightPlan.Optimizer.Wfs.FeatureTypes
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Waypoint[] GetWaypointsArray(
	Waypoint startWaypoint
)
Visual Basic
Public Function GetWaypointsArray ( _
	startWaypoint As Waypoint _
) As Waypoint()
Visual C++
public:
array<Waypoint^>^ GetWaypointsArray(
	Waypoint^ startWaypoint
)

Parameters

startWaypoint
Type: Waypoint
The first element of the array. It mustn't be at this list.

Return Value

The waypoints array corresponding to this list, with the startWaypoint as first element.

See Also