IAircraftPictureManagerLoadPicture Method |
Loads the aircraft picture with the ICAO24 and registration passed, returning null if the aircraft has
no picture. It is the callers responsibility to dispose of the image returned. Note that the image may
or may not have been loaded from a file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image LoadPicture(
IDirectoryCache directoryCache,
string icao24,
string registration
)
Function LoadPicture (
directoryCache As IDirectoryCache,
icao24 As String,
registration As String
) As Image
Image^ LoadPicture(
IDirectoryCache^ directoryCache,
String^ icao24,
String^ registration
)
abstract LoadPicture :
directoryCache : IDirectoryCache *
icao24 : string *
registration : string -> Image
Parameters
- directoryCache
- Type: VirtualRadar.InterfaceIDirectoryCache
- icao24
- Type: SystemString
- registration
- Type: SystemString
Return Value
Type:
ImageSee Also