CogGeneralContour GraphicDOFEnable Property Cognex VisionPro 9.7
Interactive Degree of freedom for this graphic object. Provides the ability to govern interactive manipulation of an object; for example could be used to prevent an object from being resized.

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

public CogGeneralContourDOFConstants GraphicDOFEnable { get; set; }

Property Value

Type: CogGeneralContourDOFConstants
Events

Event TypeReason
CogGeneralContour Changed

Fires when the degrees of freedom state changes.

The following state flag may be affected:

    Remarks

    Sets or gets which interactive degrees of freedom (DOF) are enabled for this CogGeneralContour.

    See Also