'Usage
Dim instance As PIXLClient Dim bay As Bays Dim value As Boolean value = instance.IsBayOccupied(bay)
Parameters
- bay
- The bay.
Return Value
True if the bay is occupied, else false.
'Usage
Dim instance As PIXLClient Dim bay As Bays Dim value As Boolean value = instance.IsBayOccupied(bay)
// Determine if the red bay is occupied. var isOccupied = pixl.IsBayOccupied(Bays.Red);
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