Return true if this waypoint corresponds to a fix

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

Syntax

C#
public bool isNamed { get; }
Visual Basic
Public ReadOnly Property isNamed As Boolean
	Get
Visual C++
public:
property bool isNamed {
	bool get ();
}

See Also