Overload List
| Name | Description | |
|---|---|---|
| CreateMaskAndFillLists(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".
| |
| CreateMaskAndFillLists(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".
|
See Also