#region namespace imports
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using Cognex.VisionPro;
using Cognex.VisionPro.ToolBlock;
using Cognex.VisionPro3D;
using Cognex.VisionPro.ImageProcessing;
using Cognex.VisionPro.Blob;
#endregion
public class CogToolBlockAdvancedScript : CogToolBlockAdvancedScriptBase
{
#region Private Member Variables
private Cognex.VisionPro.ToolBlock.CogToolBlock mToolBlock;
private List listLabel = new List();
#endregion
///
/// Called when the parent tool is run.
/// Add code here to customize or replace the normal run behavior.
///
/// Sets the Message in the tool’s RunStatus.
/// Sets the Result in the tool’s RunStatus
/// True if the tool should run normally,
/// False if GroupRun customizes run behavior
public override bool GroupRun