CogEllipticalArc GraphicDOFEnable Property Cognex VisionPro
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: 65.1.0.0
Syntax

public CogEllipticalArcDOFConstants GraphicDOFEnable { get; set; }

Property Value

Type: CogEllipticalArcDOFConstants
Events

Event TypeReason
CogEllipticalArc 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 CogEllipticalArc.

    See Also