Enumeration of copy constants for duplicating shapes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| GeometryOnly | 0 | Only the geometric properties that define the shape will be copied into the new shape. | |
| BasicGraphics | 1 | Copy the ICogGraphic and ICogGraphicInteractive properties into the new shape. Does not copy the DOF Enables. | |
| DOFs | 2 | Copy DOF Enables into the new shape. | |
| Children | 4 | Copy any children of the current shape into the new shape. | |
| All | -1 | Copy all properties including child shapes into the new shape. |
Remarks
Enumeration that specifies which aspects of shapes to copy.
See Also