CogUserTool GetSubTools Method Cognex VisionPro 9.7
Returns the publicly visible collection of tools.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public static CogToolCollection GetSubTools(
	ICogTool tool
)

Return Value

Type: CogToolCollection
A CogToolCollection of contained tools. Returns null (Nothing in Visual Basic) if the containing tool is not a CogUserTool subclass or does not expose a public Tools property.
See Also