CogUserTool IsOrIsDescendentOf Method (CogToolCollection, ICogTool)Cognex VisionPro
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: 65.1.0.0 (65.1.0.0)
Syntax

public static bool IsOrIsDescendentOf(
	CogToolCollection potentialDescendentsScope,
	ICogTool potentialAncestor
)

Return Value

Type: Boolean
See Also