ClassifyTool Enabled Property Cognex VisionPro 9.23

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.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.24.0.0
Syntax

public override bool Enabled { get; set; }

Property Value

Type: Boolean

Implements

ITool Enabled
See Also