CogCircularArc Copy Method Cognex VisionPro 9.8
Creates and returns a new circular arc, copying the specified parameters.

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

public CogCircularArc Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCircularArc

The copied CogCircularArc

Remarks

Creates a new CogCircularArc that copies the specified attributes from this CogCircularArc.

See Also