CogPMRedLineResults AcceptedCount Property Cognex VisionPro 9.5
Gets the number of results in this collection that have their Accepted property set to "true".

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 69.0.0.0
Syntax

public int AcceptedCount { get; }

Property Value

Type: Int32
Remarks

The number of accepted results may be less than the total number of results if the ReturnAllResults property of CogPMRedLineRunParams was "true" when PMRedLine ran. Otherwise, it will be equal to the total number of results.
See Also