FSUIPC Client DLL
.NET interface for FSUIPC
|
A structure representing an altitude value in MS Flight Simulator. More...
Public Member Functions | |
FsAltitude (long FSUnits) | |
Create a new altitude value from the 8-Byte MS Flight Simulator units supplied by FSUIPC. | |
long | ToFSUnits () |
Converts this altitude to 8-Byte MS Flight Simulator units. Can be used to write to FSUIPC, e.g. offset 0x0570. | |
Static Public Member Functions | |
static FsAltitude | FromMetres (double Metres) |
Creates a new FsAltitiude from metres. | |
static FsAltitude | FromFeet (double Feet) |
Creates a new FsAltitiude from feet. | |
Properties | |
double | Metres [get] |
The altitude in Metres. | |
double | Feet [get] |
The altitude in Feet. | |
A structure representing an altitude value in MS Flight Simulator.
|
inline |
|
inlinestatic |
Creates a new FsAltitiude from feet.
Feet | The alitiude in feet |
|
inlinestatic |
Creates a new FsAltitiude from metres.
Metres | The alitiude in metres |
|
inline |
Converts this altitude to 8-Byte MS Flight Simulator units. Can be used to write to FSUIPC, e.g. offset 0x0570.