'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.