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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 93.1.0.0 (93.1.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