[Missing <summary> documentation for "P:FlightPlan.LALeg.Hwp1"]

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

Syntax

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

See Also