ISimpleAircraftListAircraft Property |
Gets the list of aircraft that will be exposed by the standard aircraft list methods.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<IAircraft> Aircraft { get; }
ReadOnly Property Aircraft As List(Of IAircraft)
Get
property List<IAircraft^>^ Aircraft {
List<IAircraft^>^ get ();
}
abstract Aircraft : List<IAircraft> with get
Property Value
Type:
ListIAircraftRemarks
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