Singer Instruments PIXL Client
GetPlateLocation Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class : GetPlateLocation Method
The ID of the plate.
Get the location of a plate.
Syntax
'Declaration
 
Public Function GetPlateLocation( _
   ByVal id As String _
) As Bays
'Usage
 
Dim instance As PIXLClient
Dim id As String
Dim value As Bays
 
value = instance.GetPlateLocation(id)
public Bays GetPlateLocation( 
   string id
)
public:
Bays GetPlateLocation( 
   String^ id
) 

Parameters

id
The ID of the plate.

Return Value

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