Returns true if the leg depends on a condition that has not been
initialized.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual bool AwaitsConditionResult() |
Visual Basic |
---|
Public Overridable Function AwaitsConditionResult As Boolean |
Visual C++ |
---|
public: virtual bool AwaitsConditionResult() |
Return Value
[Missing <returns> documentation for "M:FlightPlan.Leg.AwaitsConditionResult"]
Remarks
Must be overriden in intersection legs. In the future maybe in other
legs too.