'Usage
Dim instance As PIXLClient Dim id As String Dim value As Bays value = instance.GetPlateLocation(id)
Parameters
- id
- The ID of the plate.
Return Value
The bay the plate is loaded in.
'Usage
Dim instance As PIXLClient Dim id As String Dim value As Bays value = instance.GetPlateLocation(id)
// Determine the bay a plate with an ID of "1234" is loaded in to. var bay = pixl.GetPlateLocation("1234"); // Display the bay on the Console. Console.WriteLine(bay);
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