Singer Instruments PIXL Client
SourcePinningPosition Constructor



SI.PIXL.Client.Structs.CommandResponse.Workflows.RandomColonyPicking Namespace > SourcePinningPosition Structure : SourcePinningPosition Constructor
The plate ID.
The plate name.
The ID of the colony.
The name of the colony.
The x location of the colony on the plate.
The y location of the colony on the plate.
If the colony was picked.
Initializes a new instance of the SourcePinningPosition struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal plateID As String, _
   ByVal plateName As String, _
   ByVal colonyID As String, _
   ByVal colonyName As String, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal result As Boolean _
)
'Usage
 
Dim plateID As String
Dim plateName As String
Dim colonyID As String
Dim colonyName As String
Dim x As Double
Dim y As Double
Dim result As Boolean
 
Dim instance As New SourcePinningPosition(plateID, plateName, colonyID, colonyName, x, y, result)

Parameters

plateID
The plate ID.
plateName
The plate name.
colonyID
The ID of the colony.
colonyName
The name of the colony.
x
The x location of the colony on the plate.
y
The y location of the colony on the plate.
result
If the colony was picked.
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

SourcePinningPosition Structure
SourcePinningPosition Members