Determines if a tool or one of its descendents ownes a specific scope.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.0.0)
public static bool IsOrIsDescendentOf(
CogToolCollection potentialDescendentsScope,
ICogTool potentialAncestor
)
public static bool IsOrIsDescendentOf(
CogToolCollection potentialDescendentsScope,
ICogTool potentialAncestor
)
Public Shared Function IsOrIsDescendentOf (
potentialDescendentsScope As CogToolCollection,
potentialAncestor As ICogTool
) As Boolean
Public Shared Function IsOrIsDescendentOf (
potentialDescendentsScope As CogToolCollection,
potentialAncestor As ICogTool
) As Boolean
public:
static bool IsOrIsDescendentOf(
CogToolCollection^ potentialDescendentsScope,
ICogTool^ potentialAncestor
)
public:
static bool IsOrIsDescendentOf(
CogToolCollection^ potentialDescendentsScope,
ICogTool^ potentialAncestor
)
Return Value
Type:
Boolean