MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > BoardList Class > BoardList.GetBoardByDriverIndex Method

BoardList.GetBoardByDriverIndex Method

Finds a reference to a Board object using its index.

[C#]

Board BoardList.Boards.GetBoardByDriverIndex(
  System.Int32 driverIndex
);

Parameters

driverIndex

Index of the board in the board list.

Remarks

The designation is based on the board location in the Boards global object. The set of MultiCam compliant boards are assigned a set of consecutive integers, starting at zero. The indexing order is system-dependent.

See Also

BoardList Class | BoardList.GetBoardByBoardIdentifier | BoardList.GetBoardByBoardName | BoardList.GetBoardByPciPosition