Create a new coordinate axes that copies specified parameters.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- copyFlags
- Type: Cognex.Vision CopyShapeConstants
Specify which attributes of the shape to copy to the new shape.
Return Value
Type: CoordinateAxesThe copied CoordinateAxes object.
Remarks
Creates a new CoordinateAxes that copies the specified parameter from this CoordinateAxes.
See Also