CogPointMarkerDOFConstants EnumerationCognex VisionPro 9.7
Enumeration for the graphic degree of freedom enable constants of an interactive point marker.

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

[FlagsAttribute]
public enum CogPointMarkerDOFConstants
Members

  Member nameValueDescription
None0Disables all movement of the point marker.
Position-2147483648This DOF allows the user to manipulate the X,Y position of the point marker center.
All-1Enables all degrees of freedom for the point marker.
Remarks

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

See Also