CogFixtureNPointToNPointTool Result Property Cognex VisionPro 9.7
Result from the last invocation of the tool's Run method. It contains the output image, the transforms which define fixtured space, and the computed RMS error.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public CogFixtureNPointToNPointResult Result { get; }

Property Value

Type: CogFixtureNPointToNPointResult
Remarks

Result from the last invocation of the tool's Run  method. It contains the output image, the transforms which define fixtured space, and the computed RMS error.

Note: Unless the last invocation of Run  was successful, the value of Result will be NULL.

Default Value: NULL

See Also