Gets the number of results in this collection that have their
Accepted
property set to "true".
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
public int AcceptedCount { get; }public int AcceptedCount { get; }Public ReadOnly Property AcceptedCount As Integer
Get
Public ReadOnly Property AcceptedCount As Integer
Get
public:
property int AcceptedCount {
int get ();
}public:
property int AcceptedCount {
int get ();
}Property Value
Type:
Int32
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.