CogUserTool GetDisabledSubTools Method Cognex VisionPro 9.22
Returns the publicly visible collection of disabled tools.

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

public static CogToolCollection GetDisabledSubTools(
	ICogTool tool
)

Return Value

Type: CogToolCollection
A 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