CogCopyShapeConstants EnumerationCognex VisionPro 9.8
Enumeration of copy constants for duplicating shapes.

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

[FlagsAttribute]
public enum CogCopyShapeConstants
Members

  Member nameValueDescription
GeometryOnly0Only the geometric properties that define the shape will be copied into the new shape.
BasicGraphics1Copy the ICogGraphic and ICogGraphicInteractive properties into the new shape. Does not copy the DOF Enables.
DOFs2Copy DOF Enables into the new shape.
Children4Copy any children of the current shape into the new shape.
All-1Copy all properties including child shapes into the new shape.
Remarks

Enumeration that specifies which aspects of shapes to copy.

See Also