Singer Instruments PIXL Client
PinningInstruction Constructor(Plate,Int32,Int32)



SI.PIXL.Client.Structs.Instructions Namespace > PinningInstruction Structure > PinningInstruction Constructor : PinningInstruction Constructor(Plate,Int32,Int32)
The plate.
The column. This is 1 based, e.g. A = 1, B = 2.
The row. This is 1 based, e.g. A = 1, B = 2.
Initializes a new instance of the PinningInstruction struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal plate As Plate, _
   ByVal column As Integer, _
   ByVal row As Integer _
)
'Usage
 
Dim plate As Plate
Dim column As Integer
Dim row As Integer
 
Dim instance As New PinningInstruction(plate, column, row)
public PinningInstruction( 
   Plate plate,
   int column,
   int row
)
public:
PinningInstruction( 
   Plate plate,
   int column,
   int row
)

Parameters

plate
The plate.
column
The column. This is 1 based, e.g. A = 1, B = 2.
row
The row. This is 1 based, e.g. A = 1, B = 2.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PinningInstruction Structure
PinningInstruction Members
Overload List