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