CogUserTool DisabledTools Property Cognex VisionPro 9.22
Gets the collection of tools that are omitted from those run by this user tool.

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

protected CogToolCollection DisabledTools { get; }

Property Value

Type: CogToolCollection
The collection of VisionPro tools omitted from those run by this CogUserTool. This collection is a subset of that of the Tools property.
See Also