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

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

Syntax

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

See Also