Returns the list of legs in the flight plan which depend on the given condition.

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

Syntax

C#
public ArrayList FindCondition(
	string condId
)
Visual Basic
Public Function FindCondition ( _
	condId As String _
) As ArrayList
Visual C++
public:
ArrayList^ FindCondition(
	String^ condId
)

Parameters

condId
Type: System..::..String
A String with the id of the condition.

Return Value

A ArrayList with the found legs.

See Also