CTI32 Engine Class Library

PhysicalBoard Constructor 

Constructor For A Physical Board

[Visual Basic]
Public Sub New( _
   ByVal auid As Integer _
)
[C#]
public PhysicalBoard(
   int auid
);

Parameters

auid
The AUID of the board you would like to constuct.

See Also

PhysicalBoard Class | CTI32Engine Namespace