NavigationBearingPointer
USI.Core
One named bearing pointer on a role-aware electronic flight display.
public sealed class NavigationBearingPointer : IndexedAircraftComponentNodeProperties
DisplayRole
public ElectronicFlightInstrumentSystemRole DisplayRole { get; }Gets the flight-display role that owns this pointer.
Methods
TryGetSourceAsync
public Task<USIResult<NavigationBearingPointerSource>> TryGetSourceAsync()Gets the navigation source selected for this pointer.
TrySetSourceAsync
public Task<USIResult> TrySetSourceAsync(NavigationBearingPointerSource source)Selects the navigation source shown by this pointer.
