Returns the publicly visible collection of tools.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Parameters
- tool
- Type: Cognex.VisionPro ICogTool
The containing tool.
Return Value
Type: CogToolCollectionA 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