Cog3DAlignTool Results Property Cognex VisionPro
Gets the results from the last run of the 3DAlign tool.

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

public Cog3DAlignResults Results { get; }

Property Value

Type: Cog3DAlignResults
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