Line Copy Method Cognex VisionPro 9.24

Create a new shape that copies specified parameters.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public Line Copy(
	CopyShapeConstants copyFlags
)

Return Value

Type: Line

The copied Line object.

Remarks

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

See Also