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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.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