Copies the MaskList, the RightFillList, and the LeftFillList from
the given
CogBeadInspectRunParams,
without changing the size of the existing lists in this object.
The lists from the given
CogBeadInspectRunParams
are truncated, or extended with "false" values, to fit within
the existing lists.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.EdgeInspect CogBeadInspectRunParams
The run params whose masks and fill edges will be copied.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this method changes the MaskList, RightFillList, and/or LeftFillList properties. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
Remarks
- If the lists in other are longer, only the initial portion of those lists is copied.
- If the lists in other are shorter, the full lists are copied, and then the copies are extended (at the end) with Boolean "false" values.
- If the lists in other are null, they are copied as if they contained the correct number of Boolean "false" values.
- If the existing lists in this object are null, there is no effect. No copying occurs.
See Also