Whether the tool is enabled to run. If false, calling the tool's Run function will not actually run the tool and will cause no change in the tool's state.
Namespace: Cognex.Vision.LineMaxAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
public override bool Enabled { get; set; }public override bool Enabled { get; set; }Public Overrides Property Enabled As Boolean
Get
Set
Public Overrides Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get () override;
void set (bool value) override;
}public:
virtual property bool Enabled {
bool get () override;
void set (bool value) override;
}Property Value
Type:
BooleanImplements
ITool Enabled