LineMaxResultBase NumProjectionRegions Property Cognex VisionPro 9.24

Gets the number of "care" projection regions along the line segment.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public abstract int NumProjectionRegions { get; }

Return Value

Type: Int32

The count.

Remarks

The NumProjectionRegions measurement respects masks, only projection regions in "care" regions are included in the count.

See Also