CogGraphicLabel Copy Method Cognex VisionPro 9.22
Create a new shape that copies specified parameters.

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

public CogGraphicLabel Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogGraphicLabel

The copied CogGraphicLabel object.

Remarks

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

See Also