Singer Instruments PIXL Client
GetPlateLoadedInBay Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class : GetPlateLoadedInBay Method
The bay.
Get the plate that is loaded in a bay.
Syntax
'Declaration
 
Public Function GetPlateLoadedInBay( _
   ByVal bay As Bays _
) As Plate
'Usage
 
Dim instance As PIXLClient
Dim bay As Bays
Dim value As Plate
 
value = instance.GetPlateLoadedInBay(bay)
public Plate GetPlateLoadedInBay( 
   Bays bay
)
public:
Plate GetPlateLoadedInBay( 
   Bays bay
) 

Parameters

bay
The bay.

Return Value

The plate loaded in the bay.
Example
This sample shows how to use the GetPlateLoadedInBay method.
// 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);
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

PIXLClient Class
PIXLClient Members