Gets the results from the last run of the 3DPatMax tool.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 80.0.0.0
public Cog3DPatMaxResults Results { get; }public Cog3DPatMaxResults Results { get; }Public ReadOnly Property Results As Cog3DPatMaxResults
Get
Public ReadOnly Property Results As Cog3DPatMaxResults
Get
public:
property Cog3DPatMaxResults^ Results {
Cog3DPatMaxResults^ get ();
}public:
property Cog3DPatMaxResults^ Results {
Cog3DPatMaxResults^ get ();
}Property Value
Type:
Cog3DPatMaxResults 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 the call to
Run succeeded, but no pattern
instances were found, the returned results will be non-null but will have
a
Count
of zero.