ToolBase CheckRunConditionsSelf Method Cognex VisionPro 9.10

Performs RunCondition check by the tool itself.

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

public abstract void CheckRunConditionsSelf()

Implements

ITool CheckRunConditionsSelf 
Remarks

The tool can check if it meets the condition to be run by itself.

See Also