Creates a RwyFix object.
Namespace: FlightPlanAssembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public RwyFix( string id, string name, string desc, GPSCoords lat, GPSCoords lon, double alt, double head, double len ) |
Visual Basic |
---|
Public Sub New ( _ id As String, _ name As String, _ desc As String, _ lat As GPSCoords, _ lon As GPSCoords, _ alt As Double, _ head As Double, _ len As Double _ ) |
Visual C++ |
---|
public: RwyFix( String^ id, String^ name, String^ desc, GPSCoords^ lat, GPSCoords^ lon, double alt, double head, double len ) |
Parameters
- id
- Type: System..::..String
A String. Fix identifier.
- name
- Type: System..::..String
A String. Name of the fix.
- desc
- Type: System..::..String
A String. Description of the fix.
- lat
- Type: FlightPlan..::..GPSCoords
A GPSCoords. Fix latitude.
- lon
- Type: FlightPlan..::..GPSCoords
A GPSCoords. Fix longitude.
- alt
- Type: System..::..Double
A Double with the runway altitude.
- head
- Type: System..::..Double
A Double with the runway heading in degrees.
- len
- Type: System..::..Double
A Double with the length of the runway.