Click or drag to resize
IAircraftPictureManagerFindPicture Method (IDirectoryCache, String, String)
Returns the full path and dimensions of the picture for the aircraft with the ICAO24 and registration passed across or null if no picture exists for the aircraft.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
PictureDetail FindPicture(
	IDirectoryCache directoryCache,
	string icao24,
	string registration
)

Parameters

directoryCache
Type: VirtualRadar.InterfaceIDirectoryCache
The directory cache that will be used to look up filenames. Normally IAutoConfigPictureFolderCache's DirectoryCache.
icao24
Type: SystemString
The ICAO24 code of the aircraft.
registration
Type: SystemString
The registration of the aircraft.

Return Value

Type: PictureDetail
See Also