Creates an iterative leg
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IterativeLeg( Stage stg, string id, string nextid, string previd, ContingencyList emergency, ArrayList body, int upperBound, string condid, string first, string last ) |
Visual Basic |
---|
Public Sub New ( _ stg As Stage, _ id As String, _ nextid As String, _ previd As String, _ emergency As ContingencyList, _ body As ArrayList, _ upperBound As Integer, _ condid As String, _ first As String, _ last As String _ ) |
Visual C++ |
---|
public: IterativeLeg( Stage^ stg, String^ id, String^ nextid, String^ previd, ContingencyList^ emergency, ArrayList^ body, int upperBound, String^ condid, String^ first, String^ last ) |
Parameters
- stg
- Type: FlightPlan..::..Stage
Stage the leg belongs to.
- id
- Type: System..::..String
String ID of this leg.
- nextid
- Type: System..::..String
String ID of the next leg.
- previd
- Type: System..::..String
String ID of the previous leg.
- emergency
- Type: FlightPlan..::..ContingencyList
A FlightPlan. Emergency plan to be executed if a problem occurs when executing this leg.
- body
- Type: System.Collections..::..ArrayList
A ArrayList with all legs that belong to the iterative leg body.
- upperBound
- Type: System..::..Int32
A Int32 with the number of allowed iterations.
- condid
- Type: System..::..String
[Missing <param name="condid"/> documentation for "M:FlightPlan.IterativeLeg.#ctor(FlightPlan.Stage,System.String,System.String,System.String,FlightPlan.ContingencyList,System.Collections.ArrayList,System.Int32,System.String,System.String,System.String)"]
- first
- Type: System..::..String
A String with the id of the first leg.
- last
- Type: System..::..String
A String with the id of the last leg.