CogCoreConverters MakeCogLineSegment Method Cognex VisionPro 9.23
Create a Deep Copy of the provided LineSegment Vision object in the form of a CogLineSegment VisionPro object.

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

public static CogLineSegment MakeCogLineSegment(
	LineSegment lineSegment
)

Parameters

lineSegment
Type: Cognex.Vision LineSegment
The Vision LineSegment to be copied from.

Return Value

Type: CogLineSegment
A VisionPro CogLineSegment 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