CogFindLine ExpectedLineSegment Property Cognex VisionPro 9.5
The expected LineSegment which is used to position the calipers for finding the Line.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 69.0.0.0
Syntax

public CogLineSegment ExpectedLineSegment { get; set; }

Property Value

Type: CogLineSegment
Events

Event TypeReason
CogFindLine Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

An NULL CogLineSegment was supplied.

Remarks

The expected CogLineSegment which is used to position the calipers for finding the line.

Default Value: A default-constructed CogLineSegment with its Interactive property set to true, all degrees of freedom enabled, its start set to (50, 50), a length of 200, and a rotation of 0.

See Also