Click or drag to resize
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.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image LoadPicture(
	IDirectoryCache directoryCache,
	string icao24,
	string registration
)

Parameters

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

Return Value

Type: Image
See Also