Is this a fly by waypoint?

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

Syntax

C#
public bool flyBy { get; set; }
Visual Basic
Public Property flyBy As Boolean
	Get
	Set
Visual C++
public:
property bool flyBy {
	bool get ();
	void set (bool value);
}

See Also