CogBeadInspectRunParams LeftFillList Property Cognex VisionPro 9.7
Gets an ICogBoolList whose Boolean elements indicate which calipers along the trained bead path should insert a "fill edge" if no edge is found on the left side (relative to the path direction) of the bead at runtime.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax

public ICogBoolList LeftFillList { get; }

Property Value

Type: ICogBoolList
Default value is null.
Remarks

This property will return null until the CreateMaskAndFillLists(CogBeadInspectTrainResult) method has been called and will return null again if the DestroyMaskAndFillLists  method is called.

If this property is null, at runtime it will be treated as a list for which all the values are false.

Attempting to access the elements or call the methods of an ICogBoolList that has been destroyed by a call to DestroyMaskAndFillLists  will result in an ObjectDisposedException.

See Also