CogUserTool IsOrIsDescendentOf Method (CogToolCollection, ICogTool)Cognex VisionPro 9.8
Determines if a tool or one of its descendents ownes a specific scope.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public static bool IsOrIsDescendentOf(
	CogToolCollection potentialDescendentsScope,
	ICogTool potentialAncestor
)

Return Value

Type: Boolean
See Also