Is there a target altitude for this waypoint?

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

Syntax

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

See Also