CogUserTool IsOrIsDescendentOf Method (ICogTool, ICogTool, Boolean)Cognex VisionPro 9.5
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: 69.0.0.0 (69.0.0.0)
Syntax

public static bool IsOrIsDescendentOf(
	ICogTool potentialDescendent,
	ICogTool potentialAncestor,
	bool decendIntoToolBlocks
)

Return Value

Type: Boolean
See Also