Creates a Contingency object.

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

Syntax

C#
public Contingency(
	string fpId,
	string legId,
	string type,
	string entryType
)
Visual Basic
Public Sub New ( _
	fpId As String, _
	legId As String, _
	type As String, _
	entryType As String _
)
Visual C++
public:
Contingency(
	String^ fpId, 
	String^ legId, 
	String^ type, 
	String^ entryType
)

Parameters

fpId
Type: System..::..String
A String. Emergency flight plan identifier.
legId
Type: System..::..String
A String. Name of the preferred entry leg.
type
Type: System..::..String
A String. Type of contingency reaction associated to this flight plan.
entryType
Type: System..::..String

[Missing <param name="entryType"/> documentation for "M:FlightPlan.Contingency.#ctor(System.String,System.String,System.String,System.String)"]

See Also