IFlightSimulatorXIsFrozen Property |
Gets or sets a value indicating that the simulated aircraft's position, altitude and attitude
are frozen in FSX. When an aircraft is frozen it is unable to move but FSX will register a collision
if it hits an object or the ground.
Namespace: VirtualRadar.Interface.FlightSimulatorXAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsFrozen { get; set; }
Property IsFrozen As Boolean
Get
Set
property bool IsFrozen {
bool get ();
void set (bool value);
}
abstract IsFrozen : bool with get, set
Property Value
Type:
BooleanSee Also