CogShapeModelLineSegment GraphicDOFEnableBase Property Cognex VisionPro 9.25 SR1
Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax

public virtual CogGraphicDOFConstants GraphicDOFEnableBase { get; set; }

Property Value

Type: CogGraphicDOFConstants

Implements

ICogGraphicInteractive GraphicDOFEnableBase
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the degrees of freedom state changes.

The following state flag may be affected:

  • SfGraphicDOFEnable
Remarks

Sets or gets which degrees of freedom (DOF) are enabled for the shape. This property allows access to a graphic's GraphicDOFEnable property without knowing the specific graphic type.

Default Value: None

See Also