CogPointMarker 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 CogPointMarkerDOFConstants GraphicDOFEnable { get; set; }

Property Value

Type: CogPointMarkerDOFConstants
Events

Event TypeReason
CogPointMarker Changed

Fires when the degrees of freedom state changes.

The following state flag may be affected:

    Remarks

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

    See Also