Gets the results from the last invocation of the Run method.
A new instance of CogSearchMaxResults is created for each running.
Previous results will be released prior to the new search.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
public CogSearchMaxResults Results { get; }public CogSearchMaxResults Results { get; }Public ReadOnly Property Results As CogSearchMaxResults
Get
Public ReadOnly Property Results As CogSearchMaxResults
Get
public:
property CogSearchMaxResults^ Results {
CogSearchMaxResults^ get ();
}public:
property CogSearchMaxResults^ Results {
CogSearchMaxResults^ get ();
}Property Value
Type:
CogSearchMaxResults
The results.
The returned object is Nothing (NULL) if the last invocation of Run
failed. If Run succeeded, but no pattern instances were found,
the returned object will be valid but will have a Count of 0.