CogCoordinateAxes Copy Method Cognex VisionPro
Create a gcnew CogCoordinateAxes that copies specified parameters.

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

public CogCoordinateAxes Copy(
	CogCopyShapeConstants copyFlags
)

Return Value

Type: CogCoordinateAxes

The copied CogCoordinateAxes object.

Remarks

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

See Also