# SIMCONNECT_DATA_XYZ The **SIMCONNECT\_DATA\_XYZ** structure is used to hold a 3D co-ordinate.   ##### Syntax ``` cpp struct SIMCONNECT_DATA_XYZ{ double x; double y; double z; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |--------|--------------------------------| | {{< button "X" />}} | The position along the x axis. | | `y` | The position along the y axis. | | `z` | The position along the z axis. | {{< /table-wrapper >}}   ##### Remarks N/A