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

BoardList.GetBoardByBoardName Method

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

[C#]

Board BoardList.Boards.GetBoardByBoardName(
  System.String boardName
);

Parameters

boardName

User allocated character string holding the board name.

Remarks

The designation is based on the name given to a board. The name is a string of maximum 16 ASCII characters.

To give a name to a board, use the NameBoard board parameter.

See Also

BoardList Class | BoardList.GetBoardByBoardIdentifier | BoardList.GetBoardByDriverIndex | BoardList.GetBoardByPciPosition