ISplashViewFlightSimulatorXAircraftList Property |
Gets or sets the aircraft list tracking simulated aircraft in FSX that the presenter will create in the background.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ISimpleAircraftList FlightSimulatorXAircraftList { get; set; }
Property FlightSimulatorXAircraftList As ISimpleAircraftList
Get
Set
property ISimpleAircraftList^ FlightSimulatorXAircraftList {
ISimpleAircraftList^ get ();
void set (ISimpleAircraftList^ value);
}
abstract FlightSimulatorXAircraftList : ISimpleAircraftList with get, set
Property Value
Type:
ISimpleAircraftListSee Also