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

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

Return Value

Type: Boolean
See Also