FSUIPC Client DLL
.NET interface for FSUIPC
FsPayloadStation Class Reference

Represents a payload station of an aircraft in Flight Simulator. More...

Properties

int Index [get]
 The FSUIPC index (station number) of the payload station.
 
string Name [get]
 The name of the payload station.
 
double WeightLbs [get, set]
 The weight of the payload in Pounds.
 
double WeightSlugs [get, set]
 The weight of the payload in Slugs.
 
double WeightKgs [get, set]
 The weight of the payload in Kilograms.
 
double WeightNewtons [get, set]
 The weight of the payload in Newtons.
 
double PositionLateralFeet [get]
 The lateral distance of the payload station from the aircraft datum in Feet (## Not availble in FSX ##)
 
double PositionLongitudinalFeet [get]
 The longitudinal distance of the payload station from the aircraft datum in Feet (## Not availble in FSX ##)
 
double PositionVerticalFeet [get]
 The virtical distance of the payload station from the aircraft datum in Feet (## Not availble in FSX ##)
 
double PositionLateralMetres [get]
 The lateral distance of the payload station from the aircraft datum in Metres (## Not availble in FSX ##)
 
double PositionLongitudinalMetres [get]
 The longitunindal distance of the payload station from the aircraft datum in Metres (## Not availble in FSX ##)
 
double PositionVerticalMetres [get]
 The vertical distance of the payload station from the aircraft datum in Metres (## Not availble in FSX ##)
 

Detailed Description

Represents a payload station of an aircraft in Flight Simulator.