Singer Instruments PIXL Client
PlateRemoved Method (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : PlateRemoved Method
The bay the plate has been removed from.
Notify the PIXL that a plate has been removed.
Syntax
'Declaration
 
Public Function PlateRemoved( _
   ByVal bay As Bays _
) As ApiCommandResponse
'Usage
 
Dim instance As PIXLClient
Dim bay As Bays
Dim value As ApiCommandResponse
 
value = instance.PlateRemoved(bay)
public ApiCommandResponse PlateRemoved( 
   Bays bay
)
public:
ApiCommandResponse PlateRemoved( 
   Bays bay
) 

Parameters

bay
The bay the plate has been removed from.

Return Value

The result of the action.
Example
This sample shows how to use the PlateRemoved method.
// Notify that the plate in the red bay has been removed.
pixl.PlateRemoved(Bays.Red);
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