RefuelingPort
USI.Core
The loaded aircraft's logical ground-refueling connection point. Availability does not imply that simulator refueling service is active.
public sealed class RefuelingPort : AircraftComponentNodeMethods
TryGetAvailableAsync
public Task<USIResult<Boolean>> TryGetAvailableAsync()Gets whether the loaded aircraft is authored with a refueling port.
TryRequestFuelServiceAsync
public Task<USIResult> TryRequestFuelServiceAsync()Requests simulator-managed fuel service for the user aircraft. A successful result confirms request acceptance, not completed refueling.
