PointMarkerDOFConstants EnumerationCognex VisionPro 9.22 SR1

Enumeration for the graphic degree of freedom enable constants of an interactive point marker.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

[FlagsAttribute]
public enum PointMarkerDOFConstants
Members

  Member nameValueDescription
None0

Disables all movement of the point marker.

Position2147483648

This DOF allows the user to manipulate the X,Y position of the point marker center.

All4294967295

Enables all degrees of freedom for the point marker.

Remarks

Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive PointMarker. You can OR these constants to combine different degrees of freedom.

See Also