Once a LegHelper object has been initialized with data coming from a flight plan update message, this method can be used to perform the update of the flight plan leg.

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

Syntax

C#
public void UpdateLeg(
	Leg l
)
Visual Basic
Public Sub UpdateLeg ( _
	l As Leg _
)
Visual C++
public:
void UpdateLeg(
	Leg^ l
)

Parameters

l
Type: FlightPlan..::..Leg
Leg to be updated.

Remarks

Similar to CreateLeg but with less restrictions on what data should be available.

See Also