CogCoreConverters MakeCogGeneralContour Method Cognex VisionPro 9.25 SR1
Create a Deep Copy of the provided GeneralContour Vision object in the form of a CogGeneralContour VisionPro object. Currently this handles copying only LineSegments.

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

public static CogGeneralContour MakeCogGeneralContour(
	GeneralContour generalContour
)

Return Value

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