Gets the results from the last run of the RedLine tool.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 65.1.0.0
public CogPMRedLineResults Results { get; }public CogPMRedLineResults Results { get; }Public ReadOnly Property Results As CogPMRedLineResults
Get
Public ReadOnly Property Results As CogPMRedLineResults
Get
public:
property CogPMRedLineResults^ Results {
CogPMRedLineResults^ get ();
}public:
property CogPMRedLineResults^ Results {
CogPMRedLineResults^ get ();
}Property Value
Type:
CogPMRedLineResults The results from the last run of the tool.
Default value is null.
The returned results will be null if the last call to
Run
failed. If it succeeded, but no pattern instances were found,
the returned results will be non-null but will have a
Count
of zero.