Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
public override GraphicDOFConstants GraphicDOFEnableBase { get; set; }public override GraphicDOFConstants GraphicDOFEnableBase { get; set; }Public Overrides Property GraphicDOFEnableBase As GraphicDOFConstants
Get
Set
Public Overrides Property GraphicDOFEnableBase As GraphicDOFConstants
Get
Set
public:
virtual property GraphicDOFConstants GraphicDOFEnableBase {
GraphicDOFConstants get () override;
void set (GraphicDOFConstants value) override;
}public:
virtual property GraphicDOFConstants GraphicDOFEnableBase {
GraphicDOFConstants get () override;
void set (GraphicDOFConstants value) override;
}Property Value
Type:
GraphicDOFConstantsDefault Value: NoneImplements
IGraphicInteractive GraphicDOFEnableBaseGets 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.