CogLineSegment Copy Method Cognex VisionPro 9.20
Create a new shape that copies specified parameters.

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

public CogLineSegment Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogLineSegment

The copied CogLineSegment object.

Remarks

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

See Also