Click or drag to resize
ISimpleAircraftListAircraft Property
Gets the list of aircraft that will be exposed by the standard aircraft list methods.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<IAircraft> Aircraft { get; }

Property Value

Type: ListIAircraft
Remarks
The list will automatically make clones of these aircraft objects when it presents them to the outside world. It will lock each aircraft when making the clone using the IAircraft itself as the sync lock and it will lock the list using the ListSyncLock property.
See Also