CogFitLineTool RunParams Property Cognex VisionPro
Returns or sets the run parameters.

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

public CogFitLine RunParams { get; set; }

Property Value

Type: CogFitLine
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Remarks

    An CogFitLine defining the points and point fitting parameters.

    See Also