Line GraphicDOFEnableBase Property Cognex VisionPro 9.21

Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.

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

public override GraphicDOFConstants GraphicDOFEnableBase { get; set; }

Property Value

Type: GraphicDOFConstants
Default Value: None

Implements

IGraphicInteractive GraphicDOFEnableBase
Remarks

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.

See Also