ITool IsCheckRunConditionsDelegateToOwner Method Cognex VisionPro 9.22

Check if tool checks its RunCondition by its owner.

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

bool IsCheckRunConditionsDelegateToOwner()

Return Value

Type: Boolean

bool True if check is delegated by owner, False otherwise.

Remarks

The tool can delegate its RunCondition check to a owner like a container having the capacity to check the condition for its ITool.

See Also