LineMaxResultBase NumProjectionRegions Property Cognex VisionPro 9.21 SR1

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.21.1.1
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