Returns the publicly visible collection of disabled tools.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- tool
- Type: Cognex.VisionPro ICogTool
The containing tool.
Return Value
Type: CogToolCollectionA CogToolCollection of disabled tools. Returns null (Nothing in Visual Basic) if the containing tool is not a CogUserTool subclass or does not expose a public DisabledTools property.
See Also