Cog3DPatMaxTool Results Property Cognex VisionPro 9.21
Gets the results from the last run of the 3DPatMax tool.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
Syntax

public Cog3DPatMaxResults Results { get; }

Property Value

Type: Cog3DPatMaxResults
The results from the last run of the tool. Default value is null.
Remarks

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.
See Also