Click or drag to resize
AircraftDetailPicture Property
Gets or sets information about the picture associated with the aircraft. This can be null if no picture has been found for the aircraft (yet).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PictureDetail Picture { get; set; }

Property Value

Type: PictureDetail
See Also