CogUserTool IsOrIsDescendentOf Method (ICogTool, ICogTool, Boolean)Cognex VisionPro 9.8
Determines if a tool is the same as or is contained by another tool or one of the other tool's descendents.

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(
	ICogTool potentialDescendent,
	ICogTool potentialAncestor,
	bool decendIntoToolBlocks
)

Return Value

Type: Boolean
See Also