Update all legs that have changed. Return array with all updated legs.

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

Syntax

C#
public Leg[] Update()
Visual Basic
Public Function Update As Leg()
Visual C++
public:
array<Leg^>^ Update()

Return Value

A Leg list with all modified legs.

See Also