Get the required plate interactions.
This sample shows how to handle the
RequiredPlateInteractions property.
// Iterate all interactions.
foreach (var interaction in pixl.RequiredPlateInteractions)
{
// Display the requests on the Console.
Console.WriteLine($"Please {interaction.Action} {interaction.Plate.ID} ({interaction.Plate.Type}, {interaction.Plate.Role}) into the {interaction.Bay} bay.");
}
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