MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > BoardList Class > BoardList.operator[ ] Operator

BoardList.operator[ ] Operator

Finds a reference to a Board object using its index.

[C#]

Board BoardList.Boards.operator[] (
  System.Int32 driverIndex
);

Parameters

driverIndex

Index of the board in the board list.

Remarks

The designation is based on the board location in the board list. 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.GetBoardByDriverIndex | BoardList.GetBoardByPciPosition