SegmentTool IsCheckRunConditionsDelegateToOwner Method Cognex VisionPro 9.10

Check if tool checks its RunCondition by its owner.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.10.0.0
Syntax

public override bool IsCheckRunConditionsDelegateToOwner()

Return Value

Type: Boolean

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

Implements

ITool IsCheckRunConditionsDelegateToOwner 
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