FSUIPC Client DLL
.NET interface for FSUIPC
FsFuelTank Class Reference

Represents a fuel tank in an aircraft in Flight Simulator. More...

Properties

bool IsPresent [get]
 True if this tank is present on the current aircraft.
 
string Name [get]
 The name of this tank.
 
FSFuelTanks Tank [get]
 The identity of this tank.
 
double CapacityUSGallons [get]
 The maximum capacity of this tank in US Gallons.
 
double CapacityLitres [get]
 The maximum capacity of this tank in Litres.
 
double CapacityLbs [get]
 The maximum capacity of this tank in Lbs.
 
double CapacityKgs [get]
 he maximum capacity of this tank in Kilograms
 
double CapacitySlugs [get]
 The current weight of the fuel in this tank in Slugs.
 
double CapacityNewtons [get]
 The current weight of the fuel in this tank in Newtons.
 
double LevelPercentage [get, set]
 The current level of this tank as a percentage.
 
double LevelUSGallons [get, set]
 The current level of this tank in US Gallons.
 
double LevelLitres [get, set]
 The current level of this tank in Litres.
 
double WeightLbs [get, set]
 The current weight of the fuel in this tank in Pounds.
 
double WeightKgs [get, set]
 The current weight of the fuel in this tank in Kilograms.
 
double WeightSlugs [get, set]
 The current weight of the fuel in this tank in Slugs.
 
double WeightNewtons [get, set]
 The current weight of the fuel in this tank in Newtons.
 

Detailed Description

Represents a fuel tank in an aircraft in Flight Simulator.