Returns waypoint's parent leg

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

Syntax

C#
public Leg leg { get; set; }
Visual Basic
Public Property leg As Leg
	Get
	Set
Visual C++
public:
property Leg^ leg {
	Leg^ get ();
	void set (Leg^ value);
}

See Also