CogFindLineResults GetLine Method Cognex VisionPro 9.5
Returns a copy of the found Line.

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

public CogLine GetLine()

Return Value

Type: CogLine

The returned CogLine.

Remarks

Returns a copy of the found CogLine. If no shape could be fit to the generated points, NULL is returned.

The selected space of the returned CogLine is set to the selected space of the input image.

See Also