Returns true if the leg depends on a condition that has not been initialized and no default leg has been specified. If there is a default leg it returns false.

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

Syntax

C#
public override bool AwaitsConditionResult()
Visual Basic
Public Overrides Function AwaitsConditionResult As Boolean
Visual C++
public:
virtual bool AwaitsConditionResult() override

Return Value

[Missing <returns> documentation for "M:FlightPlan.IntersectionLeg.AwaitsConditionResult"]

See Also