IFlightSimulatorXViewRideAircraftEnabled Property |
Gets or sets a value indicating that the user should be allowed to elect to ride an aircraft.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool RideAircraftEnabled { get; set; }
Property RideAircraftEnabled As Boolean
Get
Set
property bool RideAircraftEnabled {
bool get ();
void set (bool value);
}
abstract RideAircraftEnabled : bool with get, set
Property Value
Type:
BooleanSee Also