CogGeneralContour Copy Method Cognex VisionPro 9.20
Creates and returns a new general contour, copying the specified parameters of this one.

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

public CogGeneralContour Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogGeneralContour

The copied CogGeneralContour object.

Remarks

Creates a new CogGeneralContour that copies the specified parameters from this CogGeneralContour.

See Also