Creates an Emergency object.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Emergency( string id, string name, string desc, string filename, FlightPlan fp ) |
Visual Basic |
---|
Public Sub New ( _ id As String, _ name As String, _ desc As String, _ filename As String, _ fp As FlightPlan _ ) |
Visual C++ |
---|
public: Emergency( String^ id, String^ name, String^ desc, String^ filename, FlightPlan^ fp ) |
Parameters
- id
- Type: System..::..String
A String. Emergency identifier.
- name
- Type: System..::..String
A String. Name of the Emergency.
- desc
- Type: System..::..String
A String. Description of the Emergency.
- filename
- Type: System..::..String
A String. Filename of the Emergency.
- fp
- Type: FlightPlan..::..FlightPlan
A FlightPlan. Fligh plan of the Emergency.