ICogGraphic CopyBase Method Cognex VisionPro 9.8
Copy a graphic and its derived parameters.

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

ICogGraphic CopyBase(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: ICogGraphic

The copied CogGraphic object.

Remarks

Creates a new CogGraphic that copies the specified parameter from this CogGraphic.

See Also