Cog3DRangeImageCrossSectionExtractCornerV2 LineFitLength Property Cognex VisionPro
Gets or sets the LineFitLength. The field specifies the length of the fitting lines in ProfileSelectedSpaceName. A runtime error will be reported if the value, when converted to pixels, is less than 2 pixels, or greater than the profile length.

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

public double LineFitLength { get; set; }

Property Value

Type: Double
Default value is 1.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is less than or equal to 0.
See Also