Singer Instruments PIXL Client
IsPlateLoaded Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class : IsPlateLoaded Method
The ID of the plate.
Determine if a plate is loaded.
Syntax
'Declaration
 
Public Function IsPlateLoaded( _
   ByVal id As String _
) As Boolean
'Usage
 
Dim instance As PIXLClient
Dim id As String
Dim value As Boolean
 
value = instance.IsPlateLoaded(id)
public bool IsPlateLoaded( 
   string id
)
public:
bool IsPlateLoaded( 
   String^ id
) 

Parameters

id
The ID of the plate.

Return Value

True if the plate is loaded, else false.
Example
This sample shows how to use the IsPlateLoaded method.
// Determine if a plate with an ID of "1234" is loaded.
var isLoaded = pixl.IsPlateLoaded("1234");
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