CogFitLineTool Result Property Cognex VisionPro 9.8
Result from the last invocation of the Run method. A gcnew CogFitLineResult is factoried for each inspection. Previous results will be released prior to the new inspection.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public CogFitLineResult Result { get; }

Property Value

Type: CogFitLineResult
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    Result from the last invocation of the Run  method. A new CogFitLineResult is factoried for each inspection. Previous results will be released prior to the new invocation.

    See Also