Gets or Sets the Waypoint for this Object.
Namespace: FlightPlan.Optimizer.AirportsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Waypoint Waypoint { get; set; } |
Visual Basic |
---|
Public Property Waypoint As Waypoint Get Set |
Visual C++ |
---|
public: property Waypoint^ Waypoint { Waypoint^ get (); void set (Waypoint^ value); } |