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.InterfaceAssembly: 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
)
Function FindPicture (
directoryCache As IDirectoryCache,
icao24 As String,
registration As String,
existingDetail As PictureDetail
) As PictureDetail
PictureDetail^ FindPicture(
IDirectoryCache^ directoryCache,
String^ icao24,
String^ registration,
PictureDetail^ existingDetail
)
abstract FindPicture :
directoryCache : IDirectoryCache *
icao24 : string *
registration : string *
existingDetail : PictureDetail -> PictureDetail
Parameters
- directoryCache
- Type: VirtualRadar.InterfaceIDirectoryCache
- icao24
- Type: SystemString
- registration
- Type: SystemString
- existingDetail
- Type: VirtualRadar.InterfacePictureDetail
Return Value
Type:
PictureDetailSee Also