'Usage
Dim instance As PIXLClient Dim id As String Dim value As Boolean value = instance.IsPlateLoaded(id)
Parameters
- id
- The ID of the plate.
Return Value
True if the plate is loaded, else false.
'Usage
Dim instance As PIXLClient Dim id As String Dim value As Boolean value = instance.IsPlateLoaded(id)
// Determine if a plate with an ID of "1234" is loaded. var isLoaded = pixl.IsPlateLoaded("1234");
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