Click or drag to resize
IAircraftPictureManagerFindPicture Method (IDirectoryCache, String, String, PictureDetail)
If existingDetail is not supplied or the file's last update or length has changed then the picture details are fetched and a new detail is returned. If existingDetail is supplied and neither the last update or length have changed then the existingDetail is returned without loading the picture.

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,
	PictureDetail existingDetail
)

Parameters

directoryCache
Type: VirtualRadar.InterfaceIDirectoryCache
icao24
Type: SystemString
registration
Type: SystemString
existingDetail
Type: VirtualRadar.InterfacePictureDetail

Return Value

Type: PictureDetail
See Also