SimulatorBuiltInAvionicsRenderingSnapshot
USI.Core
Visibility of simulator-provided avionics layers that an application may replace with its own rendering.
public sealed class SimulatorBuiltInAvionicsRenderingSnapshot : IEquatable<SimulatorBuiltInAvionicsRenderingSnapshot>Constructors
SimulatorBuiltInAvionicsRenderingSnapshot
public SimulatorBuiltInAvionicsRenderingSnapshot(bool FlightManagementCourseLineEnabled, bool PrimaryFlightDisplayAttitudeBackgroundEnabled, bool EnginePageEnabled)Visibility of simulator-provided avionics layers that an application may replace with its own rendering.
Properties
EnginePageEnabled
public bool EnginePageEnabled { get; set; }FlightManagementCourseLineEnabled
public bool FlightManagementCourseLineEnabled { get; set; }PrimaryFlightDisplayAttitudeBackgroundEnabled
public bool PrimaryFlightDisplayAttitudeBackgroundEnabled { get; set; }Methods
<Clone>$
public SimulatorBuiltInAvionicsRenderingSnapshot <Clone>$()Deconstruct
public void Deconstruct(bool FlightManagementCourseLineEnabled, bool PrimaryFlightDisplayAttitudeBackgroundEnabled, bool EnginePageEnabled)Equals
public bool Equals(object obj)Equals
public bool Equals(SimulatorBuiltInAvionicsRenderingSnapshot other)GetHashCode
public int GetHashCode()ToString
public string ToString()