ToolBase Enabled Property Cognex VisionPro 9.20
Get

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.

Set

Set the Enabled property.

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

public abstract bool Enabled { get; set; }

Property Value

Type: Boolean

Implements

ITool Enabled
Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

  • SfEnabled

See Also