CogCoreConverters MakeLine Method Cognex VisionPro 9.21
Create a Deep Copy of the provided CogLine VisionPro object in the form of a Line Vision object.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.VisionInterop (in Cognex.VisionPro.VisionInterop.dll) Version: 83.0.0.0
Syntax

public static Line MakeLine(
	CogLine cogLine
)

Return Value

Type: Line
A Vision Line that has the equivalent properties
Remarks

Providing an argument that is null will result in a return that is null as well. In other words, a null converts to a null.

See Also