IBaseStationAircraftListStandingDataManager Property |
Gets or sets the object that will look up information about aircraft from the standing data files.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IStandingDataManager StandingDataManager { get; set; }
Property StandingDataManager As IStandingDataManager
Get
Set
property IStandingDataManager^ StandingDataManager {
IStandingDataManager^ get ();
void set (IStandingDataManager^ value);
}
abstract StandingDataManager : IStandingDataManager with get, set
Property Value
Type:
IStandingDataManagerSee Also