Enumeration of copy constants for duplicating shapes.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.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 IGraphic and IGraphicInteractive properties into the new shape. Does not copy the enabled degrees of freedom. | |
| DOFs | 2 | Copy the enabled degrees of freedom into the shape. | |
| Children | 4 | Copy any children of the current shape into the new shape. | |
| All | 4294967295 | Copy all properties including child shapes into the new shape. |
Remarks
Enumeration that specifies which aspects of shapes to copy.
See Also