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

BoardList Class

The BoardList object gives access to the Board objects representing Euresys frame grabbers in the host computer.

There is only one BoardList instance per application: the global Boards variable. The user is not allowed to create a BoardList object.

Properties and Methods

GetBoardByBoardIdentifier

Finds a reference to a Board object using its board identifier.

GetBoardByBoardName

Finds a reference to a Board object using its board name.

GetBoardByDriverIndex

Finds a reference to a Board object using its index.

GetBoardByPciPosition

Finds a reference to a Board object using its position on the PCI bus.

GetCount

Returns the number of elements in the board list.

operator[]

Finds a reference to a Board object using its index.

Requirements

Assembly: MultiCam.Clr.dll

Namespace: Euresys.MultiCam

Platforms

See Also

MultiCamObject Class