Click or drag to resize
RouteStopovers Property
Gets or sets all of the airports between the From and To airports, if any.

Namespace: VirtualRadar.Interface.StandingData
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<Airport> Stopovers { get; }

Property Value

Type: ListAirport
See Also