IFlightSimulatorXIsSlewing Property |
Gets or sets a value indicating that the simulator is in slew mode. In slew mode the aircraft does
not fly normally but the pitch is still affected by the simulated environment. FSX will ignore
collisions with objects or the ground.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsSlewing { get; set; }
Property IsSlewing As Boolean
Get
Set
property bool IsSlewing {
bool get ();
void set (bool value);
}
abstract IsSlewing : bool with get, set
Property Value
Type:
BooleanSee Also