CogBeadInspectRunParams CreateMaskAndFillLists Method Cognex VisionPro 9.7
Overload List

  NameDescription
Public methodCreateMaskAndFillLists(CogBeadInspectRunParams)
Creates and initializes the MaskList, the RightFillList, and the LeftFillList. This method gets the desired length of the lists from the MaskList property of the given CogBeadInspectRunParams. The lists are filled with the Boolean value "false".
Public methodCreateMaskAndFillLists(CogBeadInspectTrainResult)
Creates and initializes the MaskList, the RightFillList, and the LeftFillList. This method gets the desired length of the lists from the NumTrainedCalipers property of the given CogBeadInspectTrainResult. The lists are filled with the Boolean value "false".
Top
See Also