GraphicDOFConstants EnumerationCognex VisionPro 9.21 SR1

Enumeration for the degree of freedom for any shape.

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

[FlagsAttribute]
public enum GraphicDOFConstants
Members

  Member nameValueDescription
None0

Disable all degrees of freedom.

Position2147483648

Allow changing of position.

All4294967295

Enable all degrees of freedom.

Remarks

Enumeration that describes which degrees of freedom (DOF) are enabled for a IGraphicInteractive. You can OR these constants to combine different degrees of freedom.

See Also