Returns the list of legs in the stage which depend on the given
condition.
Namespace: FlightPlanAssembly: 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.