'Usage
Dim instance As PIXLClient Dim bay As Bays Dim value As Plate value = instance.GetPlateLoadedInBay(bay)
Parameters
- bay
- The bay.
Return Value
The plate loaded in the bay.
'Usage
Dim instance As PIXLClient Dim bay As Bays Dim value As Plate value = instance.GetPlateLoadedInBay(bay)
// Get the plate that is loaded in the red bay. var plate = pixl.GetPlateLoadedInBay(Bays.Red); // Display the plate on the Console. Console.WriteLine(plate);
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