Enumeration for the graphic degree of freedom enable constants of an interactive line.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Disables all interactive modification of the Line. | |
| Rotation | 1 | Enables interactive manipulation of the rotation of the Line about the reference point. | |
| Position | 2147483648 | Enables interactive repositioning of the Line. | |
| All | 4294967295 | Enables all degrees of freedom for the Line. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive Line. You can OR these constants to combine different degrees of freedom.
See Also