CogBeadInspectDefect Area Property Cognex VisionPro 9.8 SR1
Gets the area of the bead path where the defect was detected. The area is defined by summing the bead widths within the defect. This area is specified in units defined by the image's SelectedSpaceName.

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

public double Area { get; }

Property Value

Type: Double
Remarks

In cases where a caliper is missing one or both edges and no fill edges have been inserted, that caliper is considered to have an area of zero.
See Also