FSUIPC Client DLL
.NET interface for FSUIPC
PMDG_NGX_CDU_Row Struct Reference

Represents an entire row of cells on the CDU More...

Public Member Functions

override string ToString ()
 Returns the text displayed on the row as a string. More...
 

Properties

PMDG_NGX_CDU_Cell [] Cells [get]
 An array of cells that make up the row from left to right. The first cell on the left is index 0. More...
 

Detailed Description

Represents an entire row of cells on the CDU

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns the text displayed on the row as a string.

Returns
A string containing all the text on the row.

Property Documentation

◆ Cells

PMDG_NGX_CDU_Cell [] Cells
get

An array of cells that make up the row from left to right. The first cell on the left is index 0.