Creates a new instance of Airport.
Namespace: FlightPlan.Optimizer.AirportsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Airport( string name, double lat, double lon ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ lat As Double, _ lon As Double _ ) |
Visual C++ |
---|
public: Airport( String^ name, double lat, double lon ) |
Parameters
- name
- Type: System..::..String
The airport name.
- lat
- Type: System..::..Double
The airport latitude.
- lon
- Type: System..::..Double
The airport longitude