Singer Instruments PIXL Client
PinningPosition Constructor



SI.PIXL.Client.Structs.CommandResponse.Workflows Namespace > PinningPosition Structure : PinningPosition Constructor
The plate ID.
The plate name.
The grid or well destination of the colony.
The x destination location on the plate.
The y destination location on the plate.
If the position was pinned.
Initializes a new instance of the PinningPosition struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal plateID As String, _
   ByVal plateName As String, _
   ByVal location As String, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal result As Boolean _
)
'Usage
 
Dim plateID As String
Dim plateName As String
Dim location As String
Dim x As Double
Dim y As Double
Dim result As Boolean
 
Dim instance As New PinningPosition(plateID, plateName, location, x, y, result)
public PinningPosition( 
   string plateID,
   string plateName,
   string location,
   double x,
   double y,
   bool result
)

Parameters

plateID
The plate ID.
plateName
The plate name.
location
The grid or well destination of the colony.
x
The x destination location on the plate.
y
The y destination location on the plate.
result
If the position was pinned.
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

PinningPosition Structure
PinningPosition Members