CogFitEllipseTool Result Property Cognex VisionPro 9.5
Result from the last invocation of the Run method. A gcnew CogFitEllipseResult 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: 69.0.0.0
Syntax

public CogFitEllipseResult Result { get; }

Property Value

Type: CogFitEllipseResult
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 CogFitEllipseResult is factoried for each inspection. Previous results will be released prior to the new invocation.

    See Also