Gets the results from the last run of the 3DAlign tool.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DAlignResults Results { get; }public Cog3DAlignResults Results { get; }Public ReadOnly Property Results As Cog3DAlignResults
Get
Public ReadOnly Property Results As Cog3DAlignResults
Get
public:
property Cog3DAlignResults^ Results {
Cog3DAlignResults^ get ();
}public:
property Cog3DAlignResults^ Results {
Cog3DAlignResults^ get ();
}Property Value
Type:
Cog3DAlignResults 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.