CogPointMarker Copy Method Cognex VisionPro 9.7
Create a new shape that copies specified parameters.

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

public CogPointMarker Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogPointMarker

The copied CogPointMarker object.

Remarks

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

See Also