Checks whether the leg depends on a given condition.

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

Syntax

C#
public override bool DependsOnCondition(
	string id
)
Visual Basic
Public Overrides Function DependsOnCondition ( _
	id As String _
) As Boolean
Visual C++
public:
virtual bool DependsOnCondition(
	String^ id
) override

Parameters

id
Type: System..::..String
A String with the condition identifier.

Return Value

True if the leg depends on the condition, false otherwise.

Remarks

Overrides definition provided at base leg class.

See Also