CogFitLineResult GetLine Method Cognex VisionPro 9.22
Returns a copy of the shape resulting from the fit.

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

public CogLine GetLine()

Return Value

Type: CogLine

The returned CogLine.

Remarks

Returns a copy of the CogLine to which the supplied points were fit.

See Also