[Missing <summary> documentation for "P:FlightPlan.TOLeg.Edwp_br"]

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

Syntax

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

See Also